Day-17 | AWS LAMBDA INTRODUCTION | HOW DEVOPS ENGINEERS USE SERVERLESS ARCHITECTURE ?|

Поділитися
Вставка
  • Опубліковано 20 гру 2024

КОМЕНТАРІ • 123

  • @Suresh-yp5fb
    @Suresh-yp5fb 6 місяців тому +10

    Summary of the video
    00:04 AWS Lambda is an important service for devops engineers with multiple use cases including Cloud cost optimization.
    02:25 AWS Lambda solves the problem of serverless computing.
    07:00 With AWS Lambda, there is no need to specify CPU or RAM requirements. AWS automatically scales up or down based on application needs.
    09:15 Serverless architecture eliminates the need to manually manage servers.
    13:45 AWS Lambda functions help DevOps engineers monitor and report resource usage
    15:57 Serverless architecture in AWS Lambda allows for automatic creation and teardown of instances, saving costs and reducing manual effort.
    19:58 Cost optimization is a primary goal for cloud and DevOps engineers.
    21:52 AWS Lambda allows you to write code directly or use provided samples for creating functions.
    25:46 AWS Lambda functions can be triggered by events for efficient serverless application development.
    27:45 AWS Lambda Handler is the first function called in the serverless architecture.
    31:32 Lambda functions can access other services and roles can be used to manage permissions.
    33:24 Lambda functions in serverless architecture

    • @movies6329
      @movies6329 Місяць тому +1

      this comment should be pinned

  • @zuhansyed1176
    @zuhansyed1176 9 місяців тому +6

    Never seen a explanation these much neet and clean .... Truely a gem 💎 Abhishek

  • @linux4kakkar
    @linux4kakkar Рік тому +6

    After watching this video, I understood Lambda, and until now, I thought Lambda functions were only used for serverless infrastructure. Thanks to this video!"

  • @rushikeshkadam1150
    @rushikeshkadam1150 10 місяців тому +6

    Best explained Lambda function Thanks man for providing AWS Zero to Hero Course

  • @KRISHNAKUMAR-yj3dx
    @KRISHNAKUMAR-yj3dx Рік тому +8

    Thanks for explaining Lambda funtion the simplest way.
    You are best AWS and Devops trainer on UA-cam
    Once again thanks a lot

  • @Vamsi-c5e
    @Vamsi-c5e Місяць тому +1

    Best Explanation
    Gaining more knowledge by watching your videos👌🙏👏

  • @AK-hm3pn
    @AK-hm3pn Рік тому +5

    Abishek the Grandmaster, your teaching is world class, thanks as always

  • @saimadhabvaranasi9855
    @saimadhabvaranasi9855 9 місяців тому +1

    Impressive explanation..!! We are always here for support, Keep it up anna ..!!

  • @Cloudnp9458
    @Cloudnp9458 7 місяців тому +1

    Use case. ..
    Cost optimization
    And security and compliance. Ebs gp2 or gp3, or s3 bucket was created by public access, it will trigger lambda function
    Regular routine activities such as iam user or role created

  • @sabarij4667
    @sabarij4667 2 місяці тому +1

    Explained the concept in a way to understand it easily!!!😍

  • @petriebabados7728
    @petriebabados7728 Рік тому +2

    On the entire youtube set of videso this was my best video for aws lambda too.good
    Great video Sir keep up the great job

  • @amitbadyal7631
    @amitbadyal7631 11 місяців тому

    Before this videos lambda were like a tough thing for me....but after watching this i am quite comfortable and understood a lot about lambda functions.... thanks Abhishek ❤

  • @ygrace5062
    @ygrace5062 Рік тому +1

    Really way of explanation is awesome brother 🙏 tq whoever watching your video's diffinetly diffinetly they will get job easily

  • @ElavarasanGovindarajan
    @ElavarasanGovindarajan Місяць тому

    very good explanation, easy to understand

  • @monicachhugani9340
    @monicachhugani9340 6 місяців тому +1

    Superb content. viewed 100 videos. this was the best . awesome way of teaching so many concepts. God bless you

  • @ashwinichivate3905
    @ashwinichivate3905 Рік тому +1

    From this video, I got d knowledge abt lambda. Thanks Abhishek for your awesome explanation.

  • @anilsree06
    @anilsree06 Рік тому

    Thanks Abhishek for your time, when to choose server less and server ec2, attaching existing roles, enabling https, integrating lambda with other services which will invoke the function to trigger, finally implemented the basic demo which you have walked through. Thanks once again.

  • @AshishGupta-oj3qe
    @AshishGupta-oj3qe 7 місяців тому +1

    Thank you for explaining the Lambda function in such easy way ❤

  • @venkateshyoutube
    @venkateshyoutube 7 місяців тому

    you explain every concept so clearly. Thank You anna .You are a great teacher.

  • @Deadlockdawarlord
    @Deadlockdawarlord 7 місяців тому

    Your teaching skills are Exceptional Abhishek.. Thank you so much..

  • @SivakumarA-lx5dj
    @SivakumarA-lx5dj Рік тому +10

    Many thanks for your continuous contribution to Devops community. Keep rocking Abhishek🎉❤🔥

  • @aravindkumar4328
    @aravindkumar4328 Місяць тому

    super abhishek😇

  • @hardnocks24
    @hardnocks24 Рік тому +1

    Thank you for sharing the knowledge...

  • @SidIndian082
    @SidIndian082 8 місяців тому +1

    Where is the vedio Sir on convert GP2 to GP3 ...Lambda functions.. 19:55 ??

  • @chandangowda6935
    @chandangowda6935 Рік тому +4

    Basically Lambda function used when event is triggered, so that it uses it's resources effectively without wasting and mainly cost optimised and no worries of teardown procedure. Understood in a better way Abhi Bro

  • @narenpatel9320
    @narenpatel9320 Рік тому

    Hi Abhishek, some of my fundamentals are getting cleared through your videos. Your way of delivery is amazing. God bless you.

  • @Cloudnp9458
    @Cloudnp9458 7 місяців тому

    Lambda - solves compute and serverless .
    Ec2 - image, instance type, memory requirement, cpu requirement, network requirement, storage requirement, generate pem key...
    Ec2 is virtual compute.
    Lambda function can also give compute. But lambda function follows a serverless architecture. So aws will automatically take care if server depending on application requirements.
    Once application function is done. Aws will tear down the instance.
    In serverless architecture you are not responsible for server creating or deleting.

  • @aswintata4417
    @aswintata4417 9 місяців тому

    Thanks for the explanation. You are doing really a great job. Please also make a video about AWS control tower and landing zone.

  • @Kushbukushbu770
    @Kushbukushbu770 Рік тому +1

    Thank you Abhishek sir ❤

  • @haroon.niamat
    @haroon.niamat Рік тому +2

    Impressive bud..!! Keep it up..!! We are always here for support 💕

  • @hariprasadsagireddy625
    @hariprasadsagireddy625 Рік тому +2

    Thanks Annayya👍

  • @AbdulHadeed-or4wc
    @AbdulHadeed-or4wc 9 місяців тому

    Very very Thanks dear abhishek, I am learning from your channel, i gain best pracitces and good approaches of deployment. alot of Love from neighbour country for sharing knowledge. my question: Can i models deployment on gpu with aws lambda? .

  • @pavanakula1225
    @pavanakula1225 Рік тому

    🎉❤. Nice and clean explanation Anna🎉

  • @Abhishek_Bhosale-Devops
    @Abhishek_Bhosale-Devops 11 місяців тому

    A huge thank you for your great explanations and mentorship!

  • @manikandaprabhus8573
    @manikandaprabhus8573 9 місяців тому +3

    Bro 15.32 in that you have told you will provide a link in description but is not there so could you please update that link.

    • @navyagt1301
      @navyagt1301 7 днів тому

      Yes, Abhishek could you please provide the link

  • @ravipanavi
    @ravipanavi Рік тому +1

    Thanks Abhi,

  • @priyankbisht6229
    @priyankbisht6229 5 місяців тому

    thanks abhishek.

  • @harshnegi200
    @harshnegi200 4 місяці тому

    Completed..!

  • @shreyanshraj5031
    @shreyanshraj5031 8 місяців тому +1

    The lambda function UI and configurations has changed a lot since this video. A bit more simplified that is.

  • @Cloudnp9458
    @Cloudnp9458 7 місяців тому

    Tell cloud watch to trigger a lambda function at 10 am using an event. Lambda function is event driven. It will create compute by itself and run python scripts , once task is done lambda will automatically tear down instances.

  • @kartheekyandava3923
    @kartheekyandava3923 Рік тому +3

    Hello Abhishek, recently I have read an article recently that Amazon prime video moved from serverless to EC2 and ECS to save costs, but we are using serverless for cost optimization how it is related?

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому +1

      I will explain in the next video

    • @logeshshanmugavel4381
      @logeshshanmugavel4381 Рік тому +2

      cost calculation for lambda depends on the number of count that lambda function been invoked. So according to above scenario I guess execution count of lambda function is more than excepted count. According to their cost optimization plan Reserved instance is may be cheaper than the cost for lambda. So they have moved from lambda to EC2. Abhishek bro please correct me if im wrong Lambda can be mostly used in small scale architecture and if the invoke count not more the excepted count. And Abishek thanks for your free course, you are making many peoples dream to come true by making them placed with your videos. Thanks for it and Happy learning :)

  • @ssuma2505
    @ssuma2505 Рік тому +1

    Many many thx bruh❤❤

  • @hiteshjha8850
    @hiteshjha8850 7 місяців тому +1

    I want to shift my carrer to AWS Data engineer from Oracle database developer.I Searched a lot but didnt found any proper videos/series for the same.Can you please make a series over it

  • @sai-zk3bz
    @sai-zk3bz Рік тому +1

    Hi Abhishek, you are using Aws UI for cloud watch, In realtime also its like that or any other tool to use clodwatch

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Yes, correct. You can use it through UI and we can import these logs to some tools

  • @Rahul-hd7cw
    @Rahul-hd7cw 9 днів тому

    @Abhiskek veermala Can I get link of the video that how you convert EBS gp2 to gp3 for security reasons and send notification . I can't able find video on that

  • @yaminiprasad2194
    @yaminiprasad2194 Рік тому

    hi abhishek..iiam gratefull that i found you..can you please make a video on python usage in devops with some more demos

  • @gouravchhabra6142
    @gouravchhabra6142 Рік тому +2

    Hi Abhishek, does lambda service provides any feasibility to opt for a dedicated infra for developers to run their code on secured and on dedicated instances, container where no other code is running in terms of security as if code runs on shared infra, it can be compromised by bad actors who are also running something malicious using lambda …pls share inputs

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Lambda is serverless in nature .. so we dont have the control over infra

  • @jmcglobal-tech
    @jmcglobal-tech Рік тому +1

    Many thanks sir, honestly you are more than good, your tutorial boosted my skills alot, i was able to pass devops interview. i don't know how to contact you personal sir, i want to ask if you have private class for some kind of paid students. So that we can be able to get your support or advise. Currently a company wants to hire me as their DevOps engineer. Some guidance like production hardware requirement, capacity planning on deploying microservice applications or any projects on EC2 or managed services on aws.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Hi 👋, Join the private telegram channel using the link in the description .. there are no paid courses for now

  • @Shreenidhi110
    @Shreenidhi110 6 місяців тому

    Thank you 👍

  • @sureshkandukuri6145
    @sureshkandukuri6145 Рік тому +1

    Thank you Abhishek for doing this session as I mentioned to make a video of Lambda..

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Рік тому

      Welcome suresh .. but we are going according to the course syllabus shared in day 0

    • @sureshkandukuri6145
      @sureshkandukuri6145 Рік тому

      @@AbhishekVeeramalla Sure.. as you have mentioned In day 0 we will follow through it. thanks again. I hope you will reach more heights...

  • @mohanmurali7975
    @mohanmurali7975 5 місяців тому

    Hi bro did you done any video on aws elastic beanstalk?

  • @NewIndiA23
    @NewIndiA23 2 місяці тому

    Please build a training institute to help public

  • @dvenugopalrao9450
    @dvenugopalrao9450 8 місяців тому

    Hi Abhishek , Could please share the Video for EBS Gp2 to Gp3 using lambda function. I cant find it in your description.

  • @bhushans3876
    @bhushans3876 3 місяці тому

    Hi Abhishek bro,
    Can you do the AWS cloud engineer zero to hero playlist keeping Cloud engineer (for fresher who wants to get into cloud computing jobs) jobs in point of view.

  • @senthilkumar5129
    @senthilkumar5129 Рік тому +1

    Thank you

  • @dipanshupandey4855
    @dipanshupandey4855 9 місяців тому

    Hi Sir, Can you please help me that how I can use google maps API in the lambda function for distance matrix because whenever I try to import googlemaps it is showing internal server error and the same code works perfectly in local machine.

  • @CSanhouidi
    @CSanhouidi Рік тому +1

    the video on ci/cd you explained yesterday can i see it still? the short video

  • @Cloudnp9458
    @Cloudnp9458 7 місяців тому

    When user send a request then only aws create a infrastructure. Once payment is done through payment application. Lambda will tear down the infrastructure. Once requirement is done aws will tear down infrastructure, this is serverless

  • @hariom-524
    @hariom-524 11 місяців тому +1

    Thanks bro

  • @averagebadmin10player
    @averagebadmin10player Рік тому

    Many Thanks

  • @Mr_Joe.A
    @Mr_Joe.A Рік тому

    please kindly share the link of EBS gp2 to gp3 security compliance ...link is not attached in description

  • @pankajmaurya3581
    @pankajmaurya3581 2 місяці тому

    can we host website using lamda fuction uploading code through zip file

  • @piyushraut3715
    @piyushraut3715 Рік тому

    Hello sir..u skip the last video concept of custom metrics please..make video on it

  • @ankushagarwal7378
    @ankushagarwal7378 Рік тому +2

    Sir I can't thank enough for the things I learned from you but again thank you for teaching us. As I know you have AWS certificate so do they help in professional life. I am asking this because I am thinking to get one too. As I am professionally fullstack developer so which certificate will be more beneficial to me.

  • @Selvask06
    @Selvask06 6 місяців тому

    Hi everyone
    Can anyone help me on this
    I’m facing issue CI/CD pipeline using lambda and API gateway.
    Using docker ECR image to run in lambda. It’s running and enable to see logs as well but
    Issue: Init report init duration 10000 ms phase : init status : timeout.
    I have optimise docker file as well earlier 500mb image size now 88mb
    Should we need optimise more or any other options

  • @shubhammahure3530
    @shubhammahure3530 8 місяців тому

    Fix the issue of job failure when all the market zip files are placed in cft folder(s3 bucket)
    Some of the jobs will fail due to concurrency issue Exceeded maximum concurrent capacity for your account:500.
    How i add Queue for this jobs and delay so that it cannot exceed 500 DPUs.How check how many files are running.

  • @byashkumar8598
    @byashkumar8598 3 місяці тому

    It is possible now I am using server ec2 but I want to move lambda with serverless, if possible then How I can achive this???

  • @BeingNormal-x8v
    @BeingNormal-x8v Рік тому

    Can you please let me know any application or advantage of learning AWS for QA engg.
    Any particular AWS service that has good applications for QA .

  • @gourab2863
    @gourab2863 Рік тому

    hlo sir from where i will get the notes of these classes. plz reply of ur all classes of aws nd devops plz reply

  • @aahladgrandhi7638
    @aahladgrandhi7638 Рік тому

    Thanks

  • @Saketh731
    @Saketh731 Рік тому

    Hi, Could please share the link for EBS Gp2 to Gp3 video using lambda function. I cant find it in your description.

  • @priyanka.h9588
    @priyanka.h9588 9 місяців тому

    So should I learn a programming language to write the script of any lambda function ?!

  • @shubhammahure3530
    @shubhammahure3530 7 місяців тому

    The reporting service (git repository) will have to trigger the backup lambda in case of successful execution of storing the data in .
    Trigger the restore lambda in case of unsuccessful execution.
    Acceptance Criteria
    Restore UDM from backup in case of failure
    Backup UDM after successful execution of reporting service batch execution
    can you provide me microservice code implementation.

  • @jayamurugans2441
    @jayamurugans2441 Рік тому

    Hi Abhishek, is AWS lambda and AWS batch process are same

  • @ayazali7092
    @ayazali7092 Рік тому

    Hello Abhishek Can you please help me to solve ec2 connection issue I have tried all solution which are available on youtube to resolve this issue but not a single solution works so will you please help me to resolve this issue so it will be helpful for me

  • @sravanmanchikatla
    @sravanmanchikatla 8 місяців тому

    where i can find demo of gp2 lambda function

    • @sravanmanchikatla
      @sravanmanchikatla 8 місяців тому

      @Abhishek plz can you help on this , in description im failed to finding it

  • @ravikothapalli3604
    @ravikothapalli3604 Рік тому

    Hi Abhishek, I have 9+ years of experience on front end development on react js and angular. I am interested on learning aws devops after seeing your videos. Could you please suggest me.
    Once again thank you for the videos.

  • @karthicka1465
    @karthicka1465 Рік тому

    You are really doing a great job,, thank you so much @abhishek veeramall

  • @udaykumar-tb5kn
    @udaykumar-tb5kn Рік тому +1

    Abhishek, except Terraform rest of the tools explained in zero hero playlist help us to crack job right?? Pls confirm bro

  • @ygrace5062
    @ygrace5062 Рік тому +2

    Really way of explanation is awesome brother 🙏 tq whoever watching your video's diffinetly diffinetly they will get job easily