awsmasterchef
awsmasterchef
  • Видео 56
  • Просмотров 40 693
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
Просмотров: 48

Видео

AWS Kinesis Data Streams Introduction, Data Push & Consume using Python by awsmasterchef
Просмотров 4721 день назад
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
Просмотров 3821 день назад
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
Просмотров 51Месяц назад
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
Просмотров 35Месяц назад
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
Просмотров 942 месяца назад
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
Просмотров 5762 месяца назад
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
Просмотров 3643 месяца назад
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
Просмотров 1,2 тыс.3 месяца назад
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
Просмотров 533 месяца назад
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
Просмотров 3753 месяца назад
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...
Get Daily Notification of AWS Bill on Your Email by awsmasterchef
Просмотров 683 месяца назад
#aws #awslambda
Login API Design for AWS Cognito with MFA Enabled without Cognito UI by awsmasterchef
Просмотров 5593 месяца назад
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
Просмотров 1 тыс.3 месяца назад
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
Просмотров 3653 месяца назад
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
Просмотров 1374 месяца назад
Automated Deployment Pipeline for React App Deployment on AWS S3
Caching on AWS Lambda using Lambda Init by awsmasterchef
Просмотров 1744 месяца назад
Caching on AWS Lambda using Lambda Init by awsmasterchef
Deploy React App on EC2 with Nginix by awsmasterchef
Просмотров 954 месяца назад
Deploy React App on EC2 with Nginix by awsmasterchef
AWS Textract Demo Convert Images to Text & Application for Easier use
Просмотров 834 месяца назад
AWS Textract Demo Convert Images to Text & Application for Easier use
Automated Deployment Script for React App on AWS S3 by awsmasterchef
Просмотров 384 месяца назад
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 🔐
Просмотров 1664 месяца назад
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
Просмотров 4064 месяца назад
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
Просмотров 475 месяцев назад
Create Upload Presigned URL for Uploading an File to AWS S3 by awsmasterchef
Add AWS Cognito Authorizer in AWS API Gateway (HTTP) by awsmasterchef
Просмотров 5595 месяцев назад
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
Просмотров 1,1 тыс.5 месяцев назад
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
Просмотров 1,6 тыс.5 месяцев назад
API Authentication Using AWS Cognito | Python Flask FastAPI by awsmasterchef
Subscribe to AWS IoT Core using python (Day 4 : Employee Monitoring System)
Просмотров 1638 месяцев назад
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))
Просмотров 328 месяцев назад
SQS V/S SNS V/S IoT Core (Day 3 : Employee Monitoring System))
Take Screenshots using Python (Day 2 : Employee Monitoring System)
Просмотров 458 месяцев назад
Take Screenshots using Python (Day 2 : Employee Monitoring System)
Read Chrome Logs using Python(Day 1 : Employee Monitoring System)
Просмотров 398 месяцев назад
Read Chrome Logs using Python(Day 1 : Employee Monitoring System)

Комментарии

  • @sridharrajaram7075
    @sridharrajaram7075 3 дня назад

    @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 5 дней назад

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

  • @JK-uj8pk
    @JK-uj8pk 5 дней назад

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

  • @masteradvisor594
    @masteradvisor594 10 дней назад

    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 10 дней назад

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

    • @masteradvisor594
      @masteradvisor594 10 дней назад

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

    • @AwsMasterchef
      @AwsMasterchef 10 дней назад

      @@masteradvisor594 Yes

    • @masteradvisor594
      @masteradvisor594 10 дней назад

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

  • @salunkheaniket15
    @salunkheaniket15 11 дней назад

    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 11 дней назад

    Thank you brother🙌

  • @pratapbairagi7824
    @pratapbairagi7824 15 дней назад

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

  • @robstuckey
    @robstuckey 21 день назад

    great video. thanks for sharing

  • @dcminds5885
    @dcminds5885 22 дня назад

    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 22 дня назад

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

    • @dcminds5885
      @dcminds5885 22 дня назад

      @@AwsMasterchef 3.9

    • @AwsMasterchef
      @AwsMasterchef 22 дня назад

      @@dcminds5885 can you please try with python 3.11

    • @dcminds5885
      @dcminds5885 22 дня назад

      @@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 22 дня назад

      @@dcminds5885 ruclips.net/video/2Jvzc4Q4Ky0/видео.html try this

  • @rutambhagat4556
    @rutambhagat4556 23 дня назад

    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 24 дня назад

    So helpful. Thanks for the video.

  • @zakariaboulouarde4591
    @zakariaboulouarde4591 24 дня назад

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

  • @DharmalingamValaguruitinfo
    @DharmalingamValaguruitinfo 24 дня назад

    thanks man !

  • @adnan9591
    @adnan9591 26 дней назад

    Can we set CI/CD pipeline for this?

    • @AwsMasterchef
      @AwsMasterchef 20 дней назад

      ruclips.net/video/CetB-hF_UFs/видео.html

  • @DailyDoseOfPositivity370
    @DailyDoseOfPositivity370 27 дней назад

    Brother i need your help. Can your email

  • @vrj93
    @vrj93 27 дней назад

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

  • @ayushsaha111
    @ayushsaha111 Месяц назад

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

  • @jitendrakb8five
    @jitendrakb8five Месяц назад

    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 Месяц назад

      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 Месяц назад

    Thanks a lot bro.

  • @pavananumula4442
    @pavananumula4442 Месяц назад

    ❤do create more content

  • @rajanoobrigaming1450
    @rajanoobrigaming1450 Месяц назад

    How to attach custom domain to the cloud front app

    • @AwsMasterchef
      @AwsMasterchef Месяц назад

      Check this out ruclips.net/video/99H96S-Neq0/видео.html

  • @parth_chovatiya
    @parth_chovatiya Месяц назад

    It gives error Service Unavailable

  • @gladiatar25
    @gladiatar25 Месяц назад

    Which type of operation system you are using?

  • @muhsinertekin823
    @muhsinertekin823 Месяц назад

    you are my god

  • @manojsinghnegi1565
    @manojsinghnegi1565 Месяц назад

    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 Месяц назад

    route53 service is eligible for free tier?

    • @AwsMasterchef
      @AwsMasterchef Месяц назад

      No, IMO Route53 is paid, no free tier limit

  • @a_c_e_g
    @a_c_e_g Месяц назад

    You solved my problem, Thamk you🙂🙂🙂

  • @vitog5412
    @vitog5412 Месяц назад

    Thank you so much!! 🎉

  • @agniswarchakraborty6434
    @agniswarchakraborty6434 Месяц назад

    This is not a production grade deployment.

  • @harold_frost
    @harold_frost 2 месяца назад

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

  • @AHMADRAZA-vy2fy
    @AHMADRAZA-vy2fy 2 месяца назад

    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 2 месяца назад

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

  • @kiranreddy6231
    @kiranreddy6231 2 месяца назад

    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 Месяц назад

      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 Месяц назад

      @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 2 месяца назад

    this isn't working nowadays :(

  • @knowledgebytes67
    @knowledgebytes67 2 месяца назад

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

  • @asithalakshan6270
    @asithalakshan6270 2 месяца назад

    This Solved my problem. Thanks for your help.

  • @tanmaymuduli4828
    @tanmaymuduli4828 2 месяца назад

    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 2 месяца назад

    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 2 месяца назад

      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 2 месяца назад

    Very very very useful, keep going and doing

  • @NardoST
    @NardoST 2 месяца назад

    Nice video, thank you!

  • @uganrajoo8379
    @uganrajoo8379 2 месяца назад

    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")

  • @QuickPodss
    @QuickPodss 2 месяца назад

    why u move so fast ik u said 10 mins Idc if it was 20 mins as long as u explain shit like for creating a key pair I had to chatgpt which one to use but if u couldve explained it, I wouldve been able to understand it better

  • @NaveenKumarasinghe
    @NaveenKumarasinghe 2 месяца назад

    Thank you! Simple and straight forward

  • @praveenkasoju
    @praveenkasoju 3 месяца назад

    Where did you mentioned the output "AWS Master chef". I am facing the output issue that service is not available. I did the same steps and followed.

  • @anonymoustrolls7952
    @anonymoustrolls7952 3 месяца назад

    can we deploy face emotion recognition website too ?

    • @AwsMasterchef
      @AwsMasterchef 3 месяца назад

      Any specific service you are using for face emotion ? Actually it depend on Multiple possible factors like time and size of code if those are in limits definitely you can

  • @hehehe4206
    @hehehe4206 4 месяца назад

    now that's a quality content.... don't stop uploading...

  • @bernardogattohansen3453
    @bernardogattohansen3453 4 месяца назад

    Very good tutorial, congrats from Brazil!

  • @sathyasaravanan9915
    @sathyasaravanan9915 4 месяца назад

    How to deploy css/jss files on cdn through deployment instead of updating files directly on s3 bucket??

    • @AwsMasterchef
      @AwsMasterchef 4 месяца назад

      Hi it's not possible to do any deployment directly on AWS cloudfront. Can you explain your requirements? Maybe I can help you better then

  • @chiranjeeviyerragoti2670
    @chiranjeeviyerragoti2670 4 месяца назад

    Can i have that code links.

    • @AwsMasterchef
      @AwsMasterchef 4 месяца назад

      That's an basic react app you can setup by yourself

  • @chiraggarg4810
    @chiraggarg4810 4 месяца назад

    How to upload zip file using s3 bucket

  • @chiraggarg4810
    @chiraggarg4810 4 месяца назад

    How to upload zip file using s3 bucket