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.
exactly the tutorial i was looking for. no bs. straight to the point.
Thank you! :)
Not only your tutorials are exactly what you advise, but also love the way you present the topics. Always make me smile. Thanks!
too good! I just love your content and presentation. Got it in one short.!
Cool. This video is not boring like many others. BTW if you are here only for the lambda part, start from 04:00
Awesome video
You are a god!
Thank you!
great explanation
:)
thanks you
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
btw why you choose NFS?
cool explanation , but can not atach the sg to ec2
what is the point of creating an EC2 instance instead of directly provisioning the EFS?
I can't stop laughing
because lambda always in a rush , as its curfew ends 15 min! always
:)
why so much dramatics .. my focus is getting pulled in the drama of the tutorial .. but that's your USP
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.
You go wayyy too fast.
Thanks for the feedback. I'll try to go slower :)
@@GokceDB I like your speed as is.
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.
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.