Where to deploy your Web App or API on AWS

แชร์
ฝัง
  • เผยแพร่เมื่อ 4 ก.ค. 2024
  • Where to deploy your Web App or API on AWS
    AWS has so many services for doing similar things, beginners to cloud get intimidated and cannot decide which service to use. So in this video, I try to make it clear about which services you should use, and why you should use them.
    😀 SUBSCRIBE for more videos! / ahnafzamil
    ➤ My website: ahnafzamil.com
    ➤ My Discord Server: / discord
    ➤ Support me on Patreon: / ahnafzamil
    Links
    =====
    Elastic Beanstalk: aws.amazon.com/elasticbeanstalk/
    Elastic Container Service: aws.amazon.com/ecs/
    Lambda: aws.amazon.com/lambda/
    Lightsail: aws.amazon.com/lightsail/
    App Runner: aws.amazon.com/apprunner/
    EC2: aws.amazon.com/ec2/
    Software Used
    ============
    Recording: OBS Studio
    Editing: KdenLive
    I hope you enjoy this video, I am open to feedback. If I say something incorrect/false in the video, feel free to correct me in the comment section.
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 4

  • @vincentsolon3216
    @vincentsolon3216 ปีที่แล้ว

    Hi I was looking for nice explanation about where to deploy WEB API. Your video tells me the exact information that I want. Thank you sir!

  • @learner8084
    @learner8084 ปีที่แล้ว +1

    very helpful intro for me. If I intend to develop .Net C# Webapp/API, do I use EC2 or Lambda ? If Lambda, does it mean I have to convert my app to be a lambda function instead of a regular .NET app ? Thanks very much !

    • @devguyahnaf
      @devguyahnaf  ปีที่แล้ว +1

      If you use Lambda, yes you will have to convert it to lambda functions. I recommend you take a look at this: aws.amazon.com/blogs/compute/introducing-the-net-6-runtime-for-aws-lambda/

    • @learner8084
      @learner8084 ปีที่แล้ว

      @@devguyahnaf Thanks very much.