awsmasterchef
awsmasterchef
  • 56
  • 44 296
Deploy/Install Redis on AWS EC2 by awsmasterchef
In this video we have seen how we can deploy redis and redis insights on AWS EC2 and access it from browser.
AWS Elasticache is an costly service so for development this would be a better choice
#aws #ec2instance #ec2 #redis #elasticache
zhlédnutí: 85

Video

AWS Kinesis Data Streams Introduction, Data Push & Consume using Python by awsmasterchef
zhlédnutí 65Před měsícem
In this video we have seen how we can push/produce and consume data from Kinesis. github.com/awsmasterchef/kinesis-producer-consumer/blob/main/main.py #aws #kinesis #data
Upload/Push Docker Images to AWS ECR(Elastic Container Repository) by awsmasterchef
zhlédnutí 47Před měsícem
In this video we have seen how we can push docker images to AWS ECR. #aws #docker #ecr
AWS SNS v/s SQS v/s IoT Core : Comparision & usecases by awsmasterchef
zhlédnutí 61Před 2 měsíci
In this video have compare 3 services AWS SNS & AWS SQS & AWS IoT Core #aws #iot #sqs #sns #messaging
Push & Subscribe Data from AWS IoT Core by awsmasterchef
zhlédnutí 41Před 2 měsíci
In this video we have seen how we can push and subscribe data from AWS IoT Core - Create an AWS IoT thing - Attach policies - use python script to push and subscribe data to IoT Core #aws #iot #mqtt
Code CI/CD Pipeline for AWS Lambda & Layer (Python) by awsmasterchef
zhlédnutí 109Před 2 měsíci
github.com/awsmasterchef/flaskapp/blob/main/buildspec.yml In this video we have seen how we can created AWS code build project to deploy AWS lambda function and layer whenever a new commit has been pushed to the GitHub branch #aws #awslambda #devops #github #cicd
Deploy Flask App (FE + BE) on AWS Lambda and API Gateway by awsmasterchef
zhlédnutí 733Před 2 měsíci
In this video we have seen how we can deploy Flask app with frontend and backend on AWS lambda and expose it with API Gateway #aws #lambda #apigateway #flasktutorial
Deploy Node Express App on AWS Fargate & Expose with API Gateway by awsmasterchef
zhlédnutí 496Před 3 měsíci
In this video we have seen how we can deploy Node Express Application on AWS Fargate and expose it with API Gateway #aws #ec2
Deploy Node Express App on AWS Lambda & Expose using API Gateway by awsmasterchef
zhlédnutí 1,5KPřed 3 měsíci
In this video we have seen how we can deploy Node Express Application on AWS lambda and expose it using AWS API Gateway #aws #lambda #nodejs #apigateway
Deploy Node Express Application on EC2 & Expose with API Gateway by awsmasterchef
zhlédnutí 72Před 3 měsíci
In this video we have seen how we can deploy Node Express Application on to AWS EC2 and expose it with the help of AWS API Gateway #aws #nodejs #apigateway #ec2
Lambda Authorizer with AWS Cognito in 10 Mins by awsmasterchef
zhlédnutí 440Před 4 měsíci
In this video we have seen how we can use lambda authorizer with API Gateway here is AWS lambda code def lambda_handler(event, context): print(event) # verify token if event['authorizationToken'] 'allow': auth = 'Allow' else: auth = 'Deny' #3 - Construct and return the response authResponse = { "principalId": "abc123", "policyDocument": { "Version": "2012-10-17", "Statement": [{"Action": "execu...
Login API Design for AWS Cognito with MFA Enabled without Cognito UI by awsmasterchef
zhlédnutí 724Před 4 měsíci
github.com/awsmasterchef/cognito_login_apis Design Login APIs for AWS Cognito #aws #cognito #python
Attach Custom Domain Name with AWS Cloudfront for web app hosted on S3 by awsmasterchef
zhlédnutí 1,3KPřed 4 měsíci
In this video we have seen how we can attach GoDaddy Domain with cloudfront steps follow are: 1. Create an public hosted zone in AWS 2. Update name server kn GoDaddy 3. Attach Alterna domain with Cloudfront 4. Create certificate from ACM 5. Create record for subdomain in route53 #route53 #aws #cloudfront #s3 #react
Attach Custom Domain Name with AWS API Gateway by awsmasterchef
zhlédnutí 412Před 4 měsíci
In this video we have seen how we can attach GoDaddy Domain with AWS API Gateway #aws #apigateway #godaddydomain
Automated Deployment Pipeline for React App Deployment on AWS S3
zhlédnutí 167Před 4 měsíci
Automated Deployment Pipeline for React App Deployment on AWS S3
Caching on AWS Lambda using Lambda Init by awsmasterchef
zhlédnutí 194Před 4 měsíci
Caching on AWS Lambda using Lambda Init by awsmasterchef
Deploy React App on EC2 with Nginix by awsmasterchef
zhlédnutí 99Před 4 měsíci
Deploy React App on EC2 with Nginix by awsmasterchef
AWS Textract Demo Convert Images to Text & Application for Easier use
zhlédnutí 99Před 4 měsíci
AWS Textract Demo Convert Images to Text & Application for Easier use
Automated Deployment Script for React App on AWS S3 by awsmasterchef
zhlédnutí 40Před 4 měsíci
Automated Deployment Script for React App on AWS S3 by awsmasterchef
How to use API keys with API hosted on AWS API Gateway by awsmasterchef 🔐
zhlédnutí 222Před 4 měsíci
How to use API keys with API hosted on AWS API Gateway by awsmasterchef 🔐
Auto Start & Stop EC2 Instance at a Specific Time Using AWS EventBridge by awsmasterchef
zhlédnutí 475Před 4 měsíci
Auto Start & Stop EC2 Instance at a Specific Time Using AWS EventBridge by awsmasterchef
Create Upload Presigned URL for Uploading an File to AWS S3 by awsmasterchef
zhlédnutí 48Před 6 měsíci
Create Upload Presigned URL for Uploading an File to AWS S3 by awsmasterchef
Add AWS Cognito Authorizer in AWS API Gateway (HTTP) by awsmasterchef
zhlédnutí 633Před 6 měsíci
Add AWS Cognito Authorizer in AWS API Gateway (HTTP) by awsmasterchef
Deploy FastAPI app on EC2 and attach AWS API Gateway with proxy routes by awsmasterchef
zhlédnutí 1,2KPřed 6 měsíci
Deploy FastAPI app on EC2 and attach AWS API Gateway with proxy routes by awsmasterchef
API Authentication Using AWS Cognito | Python Flask FastAPI by awsmasterchef
zhlédnutí 1,8KPřed 6 měsíci
API Authentication Using AWS Cognito | Python Flask FastAPI by awsmasterchef
Subscribe to AWS IoT Core using python (Day 4 : Employee Monitoring System)
zhlédnutí 179Před 8 měsíci
Subscribe to AWS IoT Core using python (Day 4 : Employee Monitoring System)
SQS V/S SNS V/S IoT Core (Day 3 : Employee Monitoring System))
zhlédnutí 34Před 8 měsíci
SQS V/S SNS V/S IoT Core (Day 3 : Employee Monitoring System))
Take Screenshots using Python (Day 2 : Employee Monitoring System)
zhlédnutí 62Před 8 měsíci
Take Screenshots using Python (Day 2 : Employee Monitoring System)
Read Chrome Logs using Python(Day 1 : Employee Monitoring System)
zhlédnutí 40Před 8 měsíci
Read Chrome Logs using Python(Day 1 : Employee Monitoring System)

Komentáře

  • @dhirajjadhav5236
    @dhirajjadhav5236 Před 2 dny

    im getting internal server error can u help me out

  • @MadhuraJayashanka
    @MadhuraJayashanka Před 4 dny

    Thank you for the great help!

  • @zulfiquarali710
    @zulfiquarali710 Před 5 dny

    Create a normal face detection using ec2 api gateway and with websocket for webrtc

  • @enrimangamer
    @enrimangamer Před 6 dny

    I've been stuck for days on this problem, and you solved it in 10 minutes. HUGE THANKS

  • @RahulRoy-js8fz
    @RahulRoy-js8fz Před 6 dny

    I have one small beginner level doubt here. I have multiple users interacting with fast API through android application. Now i am calling API without any auth. So if i include auth their then what changes i have to do ? How i can provide multiple api's key to the multiple users and store them into db ? LIke i am getting 1k request a day specially within a hour sometimes so how i can provide API-key for all of them ? Is it always same or different ? how to configure dynamically ?

    • @AwsMasterchef
      @AwsMasterchef Před 6 dny

      Why you want to store api keys in db ?

    • @RahulRoy-js8fz
      @RahulRoy-js8fz Před 6 dny

      @@AwsMasterchef my confusion is how i can give key to user ? I need to configure key in the backend itself ? Or is their any way to generate key for client ?

  • @manu.9602
    @manu.9602 Před 7 dny

    When you run another task, does it keep the IP private or not? For example, if I upload another tag from my registry image

  • @vamsimohanchowdary
    @vamsimohanchowdary Před 9 dny

    try, create a dynamic db curd operations using node js or express and deploy using lambda , api gateway

  • @ManasBishtVBprogrammer

    Bro when i am running normally its working but as soon as i used "/version '/profile' in the link it gave error {"message": "Internal server error"} I followed each step... is there any solution?

  • @twitterdemo
    @twitterdemo Před 13 dny

    @awsmasterchef, how can we configure the sms? i am not getting the code for my mobile

  • @clearthinking5441
    @clearthinking5441 Před 16 dny

    is the boto client async? if so, shouldn't the endpoints be async?

  • @sridharrajaram7075
    @sridharrajaram7075 Před 20 dny

    @awsmasterchef After seeing the video explanation, I became your 353rd subscriber. Is AWS cloud map and AWS Vpc links and AWS integration are free tier service or pay as per use?

  • @anilkotangale4984
    @anilkotangale4984 Před 22 dny

    Its interesting. Can we get the code as well, Thank you!

  • @JK-uj8pk
    @JK-uj8pk Před 22 dny

    Bro I hope your efforts bring you great results, All the best.

  • @masteradvisor594
    @masteradvisor594 Před 27 dny

    i have a small question can i use this to image processing. i have a multipart/form-data with image and i need to process image and return it can i do it with this ?

    • @AwsMasterchef
      @AwsMasterchef Před 27 dny

      @@masteradvisor594 i suggested you to take image in base64 format in body, that would be better

    • @masteradvisor594
      @masteradvisor594 Před 27 dny

      @@AwsMasterchef means send image as a base64 encoded string ?

    • @AwsMasterchef
      @AwsMasterchef Před 27 dny

      @@masteradvisor594 Yes

    • @masteradvisor594
      @masteradvisor594 Před 27 dny

      @@AwsMasterchef thanks sir I will try and send you feedback

  • @salunkheaniket15
    @salunkheaniket15 Před 28 dny

    Thanks for creating such a great guide tutorial. I only want to deploy my backend code. I performed the same steps, I have created layers for requirements.txt file. Getting the below error: AttributeError: module 'awsgi' has no attribute 'response' I have added aws-wsgi and awsgi both in requirements.txt file.

  • @pritamadhav2815
    @pritamadhav2815 Před 28 dny

    Thank you brother🙌

  • @pratapbairagi7824
    @pratapbairagi7824 Před měsícem

    What if my express app is serving a file statically (index.html from build folder)

  • @robstuckey
    @robstuckey Před měsícem

    great video. thanks for sharing

  • @dcminds5885
    @dcminds5885 Před měsícem

    I am getting error. Please help me with this {"errorMessage": "'httpMethod'", "errorType": "KeyError", "requestId": "c141cedf-e8de-4fde-9da5-2c8f8f6bfdab", "stackTrace": [" File \"/var/task/lambda_function.py\", line 16, in lambda_handler return awsgi.response(app, event, context) ", " File \"/opt/python/awsgi/__init__.py\", line 172, in response output = app(environ(event, context), sr) ", " File \"/opt/python/awsgi/__init__.py\", line 121, in environ 'REQUEST_METHOD': event['httpMethod'], "]}

    • @AwsMasterchef
      @AwsMasterchef Před měsícem

      @@dcminds5885 what's your python version in AWS lambda ?

    • @dcminds5885
      @dcminds5885 Před měsícem

      @@AwsMasterchef 3.9

    • @AwsMasterchef
      @AwsMasterchef Před měsícem

      @@dcminds5885 can you please try with python 3.11

    • @dcminds5885
      @dcminds5885 Před měsícem

      @@AwsMasterchef still same error. Is there any setting to be done in API gateway. The steps explained in video for api gateway is different than now it is available in AWS console

    • @AwsMasterchef
      @AwsMasterchef Před měsícem

      @@dcminds5885 czcams.com/video/2Jvzc4Q4Ky0/video.html try this

  • @rutambhagat4556
    @rutambhagat4556 Před měsícem

    Hey can you please create a video on how to close all the aws services that are currently costing money and shut them down, I mostly get charged by aws waf even after it shows that i dont have any services running in the dashboard

  • @marloncantillo
    @marloncantillo Před měsícem

    So helpful. Thanks for the video.

  • @zakariaboulouarde4591
    @zakariaboulouarde4591 Před měsícem

    Thank you so much it really help me, still waiting for how secure the api with authentication pleaaaase

  • @DharmalingamValaguruitinfo

    thanks man !

  • @adnan9591
    @adnan9591 Před měsícem

    Can we set CI/CD pipeline for this?

    • @AwsMasterchef
      @AwsMasterchef Před měsícem

      czcams.com/video/CetB-hF_UFs/video.html

  • @DailyDoseOfPositivity370
    @DailyDoseOfPositivity370 Před měsícem

    Brother i need your help. Can your email

  • @vrj93
    @vrj93 Před měsícem

    It means whenever there will be new patches, need to Zip and upload the code every time?

  • @ayushsaha111
    @ayushsaha111 Před měsícem

    u r the best brother...... i have been searching to get a https api url without geting a domain.... thanks man

  • @jitendrakb8five
    @jitendrakb8five Před měsícem

    sir, i have create a nextjs project which is deployed on s3 bucket, when i go to other page it opened perfectly but when i refresh the page it always redirect to home page as per your instruction, but i need to render the same page after refresh the page, kindly help me

    • @AwsMasterchef
      @AwsMasterchef Před měsícem

      Go to cloudfront - create error page response for both 403 and 404 select customize error response as yes Then add index.html page in response page path and 200 in response code

  • @JK-uj8pk
    @JK-uj8pk Před měsícem

    Thanks a lot bro.

  • @pavananumula4442
    @pavananumula4442 Před 2 měsíci

    ❤do create more content

  • @rajanoobrigaming1450
    @rajanoobrigaming1450 Před 2 měsíci

    How to attach custom domain to the cloud front app

    • @AwsMasterchef
      @AwsMasterchef Před 2 měsíci

      Check this out czcams.com/video/99H96S-Neq0/video.html

  • @parth_chovatiya
    @parth_chovatiya Před 2 měsíci

    It gives error Service Unavailable

  • @gladiatar25
    @gladiatar25 Před 2 měsíci

    Which type of operation system you are using?

  • @muhsinertekin823
    @muhsinertekin823 Před 2 měsíci

    you are my god

  • @manojsinghnegi1565
    @manojsinghnegi1565 Před 2 měsíci

    awesome. you saved my day buddy. keep it up. and i found somewhere that we can do this with aws ssm as well, could you make a video on it as well. Thanks a lot

  • @UlaganathanM-m6u
    @UlaganathanM-m6u Před 2 měsíci

    route53 service is eligible for free tier?

    • @AwsMasterchef
      @AwsMasterchef Před 2 měsíci

      No, IMO Route53 is paid, no free tier limit

  • @a_c_e_g
    @a_c_e_g Před 2 měsíci

    You solved my problem, Thamk you🙂🙂🙂

  • @vitog5412
    @vitog5412 Před 2 měsíci

    Thank you so much!! 🎉

  • @agniswarchakraborty6434
    @agniswarchakraborty6434 Před 2 měsíci

    This is not a production grade deployment.

  • @harold_frost
    @harold_frost Před 2 měsíci

    Following steps, I also get 500 at the end. How did you troubleshoot the problem?

  • @AHMADRAZA-vy2fy
    @AHMADRAZA-vy2fy Před 2 měsíci

    HI bro, jaha me phasa hua hu wahi pe aapne video end kar diya same issue if forbidden i m facing in my application wheere im hosting a smalll backend in node. might be there is a path issue /dev/.... and great thanks for the explanation of proxy setting. that i dont know

    • @AwsMasterchef
      @AwsMasterchef Před 2 měsíci

      Forbidden error i have resolved, actually path is wrong after that I am getting different error that's an code error actually

  • @kiranreddy6231
    @kiranreddy6231 Před 2 měsíci

    403 ERROR The request could not be satisfied. Bad request. We can't connect to the server for this app or website at this time. There might be too much traffic or a configuration error. Try again later, or contact the app or website owner. If you provide content to customers through CloudFront, you can find steps to troubleshoot and help prevent this error by reviewing the CloudFront documentation. Generated by cloudfront (CloudFront) Request ID: h0FEMAeeU7E6fopzyrtmDh7B4CtVtA7hSKJZwyqQE6DCBANiVLq63w== bro i am getting this error , please help

    • @it-anc12
      @it-anc12 Před 2 měsíci

      I'm working on this too, I think it has something to do with the CNAME record in route53 and the way cloud front is configured. I'm a noob at this

    • @it-anc12
      @it-anc12 Před měsícem

      @kiranreddy6231 so I figured this out bruh bruh, Go into your cloud front distribution under "behaviors". Look for "http to https", check that. Make sure "use https only" is NOT checked. Lmk if this helps

  • @serene7560
    @serene7560 Před 2 měsíci

    this isn't working nowadays :(

  • @knowledgebytes67
    @knowledgebytes67 Před 2 měsíci

    Bhai, i have to learn API Gateway + Cognito in python. I am new to AWS. Can you help me ???

  • @asithalakshan6270
    @asithalakshan6270 Před 2 měsíci

    This Solved my problem. Thanks for your help.

  • @tanmaymuduli4828
    @tanmaymuduli4828 Před 2 měsíci

    Hi Bro. Great videos can i have your any other social media like Linkdin or Instagram. I do have one doubt wanted to connect with you. Thanks

  • @tanmaymuduli4828
    @tanmaymuduli4828 Před 2 měsíci

    Hi I have one doubt, I was trying to deploy one react js project. I have created one ReactJS application and I wanted to deploy in S3 through cloud front distribution. As per my website features everything was working fine in local machine but after build the application I have uploaded in S3 and from cloud front origin i tried to deploy but m getting some issues like m getting my home page but when m trying to reach my another page like /comingsoon it's showing error access denied and as per my website I have one feature to provide e-mail and and through email it will give one email to users , but it's also showing error AxiosError: Network Error. Could you please help me here.

    • @AwsMasterchef
      @AwsMasterchef Před 2 měsíci

      Go to cloudfront - create error page response for both 403 and 404 select customize error response as yes Then add index.html page in response page path and 200 in response code

  • @NAMEERSHAYT
    @NAMEERSHAYT Před 3 měsíci

    Very very very useful, keep going and doing

  • @Xhipinho
    @Xhipinho Před 3 měsíci

    Nice video, thank you!

  • @uganrajoo8379
    @uganrajoo8379 Před 3 měsíci

    This is a great way to start / stop an EC2 instance. Thank you for this, however you should put the Lambda function in your video description to avoid people needing to manually type it out. I have typed out the function here in case anyone needs it: import boto3 def lambda_handler(event, context): ec2 = boto3.client('ec2') action = event['action'] instances = ec2.describe_instances() instance_ids = [instance['InstanceId'] for reservation in instances['Reservations'] for instance in reservation['Instances']] if action == 'start': if instance_ids: ec2.start_instances(InstanceIds=instance_ids) print('Starting instances;", instance_ids) else: print("No instances found to start") elif action == 'stop': if instance_ids: ec2.stop_instances(InstanceIds=instance_ids) print("Stopping instances:", instance_ids) else: print("No instances found to stop") else: print("Invalid action provided in the event")