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

Поделиться
HTML-код
  • Опубликовано: 20 июл 2023
  • Support my work
    www.buymeacoffee.com/abhishekprd Hi Everyone, My Name is Abhishek and my channel is focused on delivering Free content on DevOps and Cloud. Follow my channel for practical learning of DevOps and Cloud. Don't miss the FREE DEVOPS COURSE in Playlists.
    In this video, We will learn about serverless architecture on AWS and how devops engineers use Lambda functions to implement serverless solutions.
    Private Telegram Channel For Doubts Clearing
    www.youtube.com/@AbhishekVeer...
    Instagram: / abhishekveeramalla_off...
    GitHub Repo for this video
    github.com/iam-veeramalla/aws...
    Book 1:1 with me on TopMate for career guidance
    topmate.io/abhishek_veeramalla
    Public Telegram Channel For Notes and Updates
    t.me/abhishekveeramalla
    About me:
    ========
    LinkedIn: / abhishek-veeramalla-77...
    GitHub: github.com/iam-veeramalla
    Medium: / abhishekveeramalla-av
    #devops #futureofdevops #kubernetes #sre #aws #azure
    DEVOPS FAQ
    DEVOPS
    WHAT IS DEVOPS ?
    WHY DEVOPS ?
    HOW TO LEARN DEVOPS ?
    LEARN DEVOPS IN 60 DAYS ?
    NON IT TO IT BACKGROUND ?
    IS DEVOPS EASY TO LEARN ?
    BEST DEVOPS COURSE
    FREE DEVOPS COURSE
    #AbhishekVeeramalla
    BEST DEVOPS VIDEOS
    DEVOPS INTERVIEW QUESTIONS
    EASY DEVOPS VIDEOS
    BEST WAY TO LEARN DEVOPS
    PYTHON FOR DEVOPS
    PYTHON PROJECTS FOR DEVOPS
    LEARN PYTHON
    PYTHON PROJECTS FOR AWS
    AWS PYTHON PROJECTS
    AWS LAMBDA FUNCTIONS
    WHAT IS GITOPS ?
    WHY GITOPS ?
    LEARN GITOPS ?
    GITOPS FREE COURSE
    What is AWS ?
    LEARN AWS FOR FREE
    AWS COURSE
    AWS COURSE FOR DEVOPS
    AWS CLI Deep Dive .
    .
    Disclaimer: Unauthorized copying, reproduction, or distribution of this video content, in whole or in part, is strictly prohibited. Any attempt to upload, share, or use this content for commercial or non-commercial purposes without explicit permission from the owner will be subject to legal action. All rights reserved.

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

  • @rushikeshkadam1150
    @rushikeshkadam1150 4 месяца назад +6

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

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

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

  • @anilsree06
    @anilsree06 9 месяцев назад

    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.

  • @amitbadyal7631
    @amitbadyal7631 6 месяцев назад

    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 ❤

  • @KRISHNAKUMAR-yj3dx
    @KRISHNAKUMAR-yj3dx 9 месяцев назад +7

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

  • @saimadhabvaranasi9855
    @saimadhabvaranasi9855 3 месяца назад +1

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

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

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

  • @AK-hm3pn
    @AK-hm3pn 10 месяцев назад +5

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

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

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

  • @linux4kakkar
    @linux4kakkar 6 месяцев назад +3

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

  • @narenpatel9320
    @narenpatel9320 10 месяцев назад

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

  • @haroon.niamat
    @haroon.niamat Год назад +2

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

  • @ashwinichivate3905
    @ashwinichivate3905 Год назад +1

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

  • @petriebabados7728
    @petriebabados7728 8 месяцев назад +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

  • @hardnocks24
    @hardnocks24 Год назад +1

    Thank you for sharing the knowledge...

  • @monicachhugani9340
    @monicachhugani9340 24 дня назад +1

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

  • @AshishGupta-oj3qe
    @AshishGupta-oj3qe Месяц назад +1

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

  • @ygrace5062
    @ygrace5062 Год назад +2

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

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

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

  • @Suresh-yp5fb
    @Suresh-yp5fb 24 дня назад

    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

  • @Abhishek_Bhosale-Devops
    @Abhishek_Bhosale-Devops 6 месяцев назад

    A huge thank you for your great explanations and mentorship!

  • @averagebadmin10player
    @averagebadmin10player 11 месяцев назад

    Many Thanks

  • @Kushbukushbu770
    @Kushbukushbu770 7 месяцев назад +1

    Thank you Abhishek sir ❤

  • @priyankbisht6229
    @priyankbisht6229 7 дней назад

    thanks abhishek.

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

    Thank you 👍

  • @ravipanavi
    @ravipanavi Год назад +1

    Thanks Abhi,

  • @hariprasadsagireddy625
    @hariprasadsagireddy625 Год назад +2

    Thanks Annayya👍

  • @pavanakula1225
    @pavanakula1225 11 месяцев назад

    🎉❤. Nice and clean explanation Anna🎉

  • @aahladgrandhi7638
    @aahladgrandhi7638 7 месяцев назад

    Thanks

  • @ssuma2505
    @ssuma2505 Год назад +1

    Many many thx bruh❤❤

  • @SivakumarA-lx5dj
    @SivakumarA-lx5dj Год назад +10

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

  • @chandangowda6935
    @chandangowda6935 10 месяцев назад +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

  • @senthilkumar5129
    @senthilkumar5129 Год назад +1

    Thank you

  • @AbdulHadeed-or4wc
    @AbdulHadeed-or4wc 3 месяца назад

    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? .

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

    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.

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

    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

  • @hari-524
    @hari-524 6 месяцев назад +1

    Thanks bro

  • @manikandaprabhus8573
    @manikandaprabhus8573 4 месяца назад +1

    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.

  • @yaminiprasad2194
    @yaminiprasad2194 10 месяцев назад

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

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

    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.

  • @shreyanshraj5031
    @shreyanshraj5031 3 месяца назад +1

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

  • @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

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

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

  • @sureshkandukuri6145
    @sureshkandukuri6145 11 месяцев назад +1

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

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  11 месяцев назад

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

    • @sureshkandukuri6145
      @sureshkandukuri6145 11 месяцев назад

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

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

    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

  • @vipulhegde2528
    @vipulhegde2528 11 месяцев назад

    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 .

  • @Mr_Joe.A
    @Mr_Joe.A 9 месяцев назад

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

  • @piyushraut3715
    @piyushraut3715 8 месяцев назад

    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.

    • @AbhishekVeeramalla
      @AbhishekVeeramalla  Год назад +1

      Not that much actually.. certification is only for learning

  • @gourab2863
    @gourab2863 11 месяцев назад

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

  • @jayamurugans2441
    @jayamurugans2441 10 месяцев назад

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

  • @karthicka1465
    @karthicka1465 11 месяцев назад

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

  • @sai-zk3bz
    @sai-zk3bz 11 месяцев назад +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  11 месяцев назад

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

  • @ayazali7092
    @ayazali7092 11 месяцев назад

    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

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

    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

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

    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.

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

    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.

  • @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 11 месяцев назад +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 :)

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

    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.

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

    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

  • @CSanhouidi
    @CSanhouidi Год назад +1

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

  • @gouravchhabra6142
    @gouravchhabra6142 11 месяцев назад +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  11 месяцев назад

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

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

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

  • @Saketh731
    @Saketh731 11 месяцев назад

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

    • @Saketh731
      @Saketh731 11 месяцев назад

      Please advise

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

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

  • @priyanka.h9588
    @priyanka.h9588 4 месяца назад

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

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

    where i can find demo of gp2 lambda function

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

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

  • @ravikothapalli3604
    @ravikothapalli3604 11 месяцев назад

    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.

  • @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

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

    i have observed one thing that you always say i will share link in description .... but you never shared it...

  • @ygrace5062
    @ygrace5062 Год назад +1

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