Attach EFS to AWS Lambda Tutorial 🔥

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.พ. 2025
  • You have an Amazon EFS File System that you want to mount to your AWS Lambda function.
    Can you do this using the lambda console?
    Amazon Elastic File System (EFS) automatically grows and shrinks as you add and remove files with no need for management or provisioning.
    AWS Lambda is a serverless, event-driven compute service that lets you run code for virtually any type of application or backend service without provisioning or managing servers. You can trigger Lambda from over 200 AWS services and software as a service (SaaS) applications, and only pay for what you use.

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

  • @MuhammadAhmad-ke5cl
    @MuhammadAhmad-ke5cl ปีที่แล้ว +5

    exactly the tutorial i was looking for. no bs. straight to the point.

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

      Thank you! :)

  • @mauleyzaola
    @mauleyzaola 7 หลายเดือนก่อน +1

    Not only your tutorials are exactly what you advise, but also love the way you present the topics. Always make me smile. Thanks!

  • @SanjayGupta-gv6vb
    @SanjayGupta-gv6vb ปีที่แล้ว +2

    too good! I just love your content and presentation. Got it in one short.!

  • @Jay_D_Lincoln
    @Jay_D_Lincoln 10 หลายเดือนก่อน +1

    Cool. This video is not boring like many others. BTW if you are here only for the lambda part, start from 04:00

  • @progperspectives3137
    @progperspectives3137 5 หลายเดือนก่อน

    Awesome video

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

    You are a god!

  • @iftikhar58
    @iftikhar58 4 หลายเดือนก่อน

    Thank you!

  • @PrithviAParit
    @PrithviAParit ปีที่แล้ว +2

    great explanation

  • @HuyNguyenDuc-z8h
    @HuyNguyenDuc-z8h หลายเดือนก่อน

    thanks you

  • @NickeyKhem
    @NickeyKhem 6 หลายเดือนก่อน

    Thank you for making this so easy to follow!
    Small question, how would i ensure my lambda can access the internet, i tried to follow your other video, but was wondering if there is a simple change to this flow i can just do to my default VPC

  • @iftikhar58
    @iftikhar58 4 หลายเดือนก่อน

    btw why you choose NFS?

  • @cristianvargas7302
    @cristianvargas7302 6 หลายเดือนก่อน

    cool explanation , but can not atach the sg to ec2

  • @vorale
    @vorale 7 หลายเดือนก่อน

    what is the point of creating an EC2 instance instead of directly provisioning the EFS?

  • @aimeej2191
    @aimeej2191 6 หลายเดือนก่อน +1

    I can't stop laughing

  • @kaziafamily4444
    @kaziafamily4444 ปีที่แล้ว +2

    because lambda always in a rush , as its curfew ends 15 min! always

  • @agnellogeorge
    @agnellogeorge 4 หลายเดือนก่อน +1

    why so much dramatics .. my focus is getting pulled in the drama of the tutorial .. but that's your USP

  • @nikbinary
    @nikbinary หลายเดือนก่อน

    Your educational content is very high quality, you are great at it.
    However, there is a problem with your style.
    I have watched almost all your videos,
    I want to give you a serious advice.
    * You don't have to appear yourself throughout the video, maybe just to briefly explain what you will explain in the introduction.
    * Your movements are too exaggerated, it reduces concentration on the video
    * The music is too exaggerated
    * Just give information, your style of giving information is very good, but you reduce the effect of this with exaggerated music, exaggerated hand movements, exaggerated facial expressions, and exaggerated animations
    * As you move away from exaggeration, the quality of your content will come to the fore, if you absolutely want to put animations, you can put infographics, it will be more memorable.
    * For longer content, you can create sample scenarios that use more than one service and make explanations.
    * Taking all these into consideration, you can prepare a long-term paid educational content.

  • @ElleAmin
    @ElleAmin ปีที่แล้ว +2

    You go wayyy too fast.

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

      Thanks for the feedback. I'll try to go slower :)

    • @mauleyzaola
      @mauleyzaola 7 หลายเดือนก่อน +1

      @@GokceDB I like your speed as is.

  • @JotibaAvatade
    @JotibaAvatade 4 หลายเดือนก่อน

    EFS file system arn:aws:elasticfilesystem:us-east-1:396913706776:file-system/fs-0c11db9668fc6c9a6 referenced by access point arn:aws:elasticfilesystem:us-east-1:396913706776:access-point/fsap-0eb51f49efc943aa6 does not have mount targets created in all availability zones the function will execute in. Please create EFS mount targets in availability zones where the function has a corresponding subnet provided.

    • @madhudorai7660
      @madhudorai7660 3 หลายเดือนก่อน

      same error- just check efs mount targets list. if any availability zone is missing there (for example i was in us-east and us-east-1e was missing in efs targets even though it was there on lambda), click on mount target and add for that AZ on same vpc.