AWS Lambda Vs EC2 | Serverless Vs EC2 | EC2 Alternatives

Поделиться
HTML-код
  • Опубликовано: 3 авг 2024
  • In this video we are going to learn the differences between ec2 vs lambda by going over:
    1. What is Serverless and what is EC2
    2. Environment, Use Case difference between lambda and ec2
    3. Learn how differently EC2 and Lambda scale
    4. Do Cost comparison lambda vs ec2 for couple cases
    5. Finally we are going to look at some EC2 alternatives and end with parting words.
    Connect with me in LinkedIN: / rajdeep-sa-at-aws
    DEFINITELY DO NOT CLICK: / @cloudwithraj
  • НаукаНаука

Комментарии • 45

  • @paintdrops
    @paintdrops Год назад

    This video is exactly what I was looking for; you covered all the relevants aspects of the comparison! This should be in the AWS ec2/lambda frontpages! Thank you very much!

    • @cloudwithraj
      @cloudwithraj  Год назад

      Glad it was helpful! Ty for the high praise 🙌

  • @supa1009
    @supa1009 2 года назад +1

    You are a great teacher, you helped me a lot!

  • @estelagartija4149
    @estelagartija4149 4 года назад +1

    Omg this is right what i was looking for, thank you very muuuuch

  • @shakeebkhan6198
    @shakeebkhan6198 2 года назад

    Good One Raj ....Please keep it up , really you represent concepts in a simple and practical way

  • @THEAVISTER
    @THEAVISTER 3 года назад +2

    Awesome run down of EC2 and Lambda! Thank you!

    • @cloudwithraj
      @cloudwithraj  3 года назад

      Thanks Avi Dave! I am glad you found this useful.

  • @PawanKumar-bl8fg
    @PawanKumar-bl8fg Год назад

    you are simply great Sir !!

  • @Installator1
    @Installator1 4 года назад

    Thanks a lot for this great video! Very informative and useful 🙏🏼

  • @hashimiqbal4871
    @hashimiqbal4871 2 года назад +2

    Great video - that was explained really really well. Just a question on the Cost comparison on the "Money Matters" section. Are the EC2 instances in the use cases at 100% CPU utilization, or is there some idle capacity remaining?

  • @rajarshibarman4474
    @rajarshibarman4474 3 года назад +1

    I was thinking to make the backend for my next project serverless or host it on cloud this video gave me a lot of clarity thanks Raj...

    • @cloudwithraj
      @cloudwithraj  3 года назад +1

      Thanks Rajarshi for the kind words!

  • @janduna9187
    @janduna9187 3 года назад

    Nice points!

  • @indexoutofboundexception8713
    @indexoutofboundexception8713 4 года назад

    Great video! It is very well explained.

    • @cloudwithraj
      @cloudwithraj  4 года назад

      Glad it was helpful! Thanks for watching

  • @ericksousa8385
    @ericksousa8385 3 года назад

    clear and simple, thank you!

  • @indycinema
    @indycinema 3 года назад +3

    Helpful video. I'd say product lock-in, rather than native integration, Native implies speed. But who cares what words mean?

  • @kalidindiprashanth7363
    @kalidindiprashanth7363 2 года назад

    Impressive video 👍. May God bless you 🙏

  • @AhmadHddad01
    @AhmadHddad01 3 года назад

    Great content, Thanks

  • @shivamgupta8866
    @shivamgupta8866 4 года назад

    its a great help, thanks ....

    • @cloudwithraj
      @cloudwithraj  4 года назад

      Glad it helped. Thanks for watching!

  • @SmitRao
    @SmitRao 4 года назад

    Thanks so much, really puts into perspective the pricing differences between these two services

    • @cloudwithraj
      @cloudwithraj  4 года назад

      Glad it was helpful! Thanks for watching!

    • @jairogerald7958
      @jairogerald7958 2 года назад

      I know im asking the wrong place but does someone know of a trick to get back into an instagram account?
      I was stupid forgot the account password. I would appreciate any help you can offer me!

    • @daxtonrhett5690
      @daxtonrhett5690 2 года назад

      @Jairo Gerald Instablaster =)

    • @jairogerald7958
      @jairogerald7958 2 года назад

      @Daxton Rhett i really appreciate your reply. I found the site on google and Im in the hacking process now.
      Looks like it's gonna take a while so I will reply here later when my account password hopefully is recovered.

    • @jairogerald7958
      @jairogerald7958 2 года назад

      @Daxton Rhett It worked and I finally got access to my account again. Im so happy:D
      Thanks so much, you saved my account!

  • @AlternativeTakes
    @AlternativeTakes 2 года назад

    Hi Raj. What do you think of using amplify to build a dynamic web app instead of serverless? That way ci cd is dealt with and it scales automatically and facilitate time to market and is easier to use for someone who has never done serverless. Costs would be maybe even lower if you take in consideration all the features amplify brings

  • @ddararan7028
    @ddararan7028 3 года назад

    Hm.. May i have a question? how can i access to DB on serverless system(such as AWS lambda)?

    • @cloudwithraj
      @cloudwithraj  3 года назад +1

      Same way as your code does from EC2 or EKS. You will have a Lambda IAM role allowing access to databases (RDS, Dynamo) and the Lambda code will access the database like any code.

  • @webdevnoob
    @webdevnoob 4 года назад +1

    Good summary!
    Can you make a video on how does one actually develop an app for Lambda?
    I mean what's the local dev setup look like up to pushing code to production :-)

    • @cloudwithraj
      @cloudwithraj  4 года назад +1

      Good suggestion, I will do this in one of my future videos! Judging by your question, you are definitely not a noob in web dev :). Cheers.

    • @webdevnoob
      @webdevnoob 4 года назад

      ​@@cloudwithraj But I am though lol. Thanks for making easy to understand videos.

  • @viktorbranco8362
    @viktorbranco8362 2 года назад

    I don't recommend lambda if you expect many people to ddos your API. The bill can get big.

    • @cloudwithraj
      @cloudwithraj  2 года назад

      Same will be true for EC2 with ASG. You can limit how much Lambda can scale. Ideally apply AWS DDoS protection service AWS Shield, whether using Lambda, EC2, or Kubernetes

  • @mohammedramadan3480
    @mohammedramadan3480 2 года назад

    what kind of ec2 that literally can handle 1 Million request per second ? xD

  • @RahulAhire
    @RahulAhire 4 года назад +2

    video is really good. only the thing i would suggest that can you speak in your normal accent. Your forced fake foreign accent looks terrible. Absolutely terrible.

    • @skullwise
      @skullwise 4 года назад +4

      Bro, I think that's how his accent is. I was able to follow each word of what he spoke. I am wondering why you find it terrible. Be nice.

    • @Installator1
      @Installator1 4 года назад +1

      what's the point with such dumb comment?