No video

How to use EFS (Elastic File System) with AWS Lambda

  Рет қаралды 17,406

Srce Cde

Srce Cde

Күн бұрын

Пікірлер: 43
@isragaytanmistico
@isragaytanmistico 3 жыл бұрын
You really saved my life. I spent a lot of days trying to figure it out how to connect Lambdda with EFS but this guide is by far the best my friend. God Bless you! Greate Job!...i will subscribe to your channel definetly!
@SrceCde
@SrceCde 3 жыл бұрын
Glad that you found the video helpful! And thank you so much for the kind words. Please like, share & subscribe. :)
@user-uz4pt3sf2c
@user-uz4pt3sf2c 2 жыл бұрын
You help me even in 2022!! Thank you a lot!
@SrceCde
@SrceCde 2 жыл бұрын
Glad it was helpful, 오수민! Please like, share & subscribe :)
@gousejani9205
@gousejani9205 3 жыл бұрын
Thank you! After struggling for whole day, I finally found the solution.
@SrceCde
@SrceCde 3 жыл бұрын
Glad it helped! Please like, share & subscribe. :)
@davidchen1792
@davidchen1792 2 жыл бұрын
Exactly what I was looking for! Good stuff.
@SrceCde
@SrceCde 2 жыл бұрын
Glad I could help, David! Please like, share & subscribe :
@jesusolivar8527
@jesusolivar8527 Жыл бұрын
Excellent you are the best explain😉
@SrceCde
@SrceCde 11 ай бұрын
Glad it helped! Please like, share & subscribe :)
@techienoor
@techienoor 2 жыл бұрын
Perfect, thanks for so nice content keep it up man! Great Work
@SrceCde
@SrceCde 2 жыл бұрын
Appreciate it! Please like, share & subscribe :)
@rupeshpatil6957
@rupeshpatil6957 Жыл бұрын
Awesome, Thanks Sir
@SrceCde
@SrceCde Жыл бұрын
Most welcome, Rupesh! Please like, share & subscribe :)
@guidocaru
@guidocaru Жыл бұрын
Thanks!!
@SrceCde
@SrceCde Жыл бұрын
Please like, share & subscribe :)
@wathsalyakalanikumari2341
@wathsalyakalanikumari2341 Жыл бұрын
This is awesome😊
@SrceCde
@SrceCde Жыл бұрын
Glad, it was helpful! Please like, share & subscribe :)
@matjailbrek
@matjailbrek 3 жыл бұрын
Thanks you helped so much !
@SrceCde
@SrceCde 3 жыл бұрын
Glad it helped! Please like, share & subscribe. :)
@matjailbrek
@matjailbrek 3 жыл бұрын
@@SrceCde But I have a problem now my lambda function doesn't have access to internet 😅
@SrceCde
@SrceCde 3 жыл бұрын
Yes, that was expected due to VPC. If your lambda function is accessing any service then you can use VPC Endpoints.
@dizzysnakepilot
@dizzysnakepilot 2 жыл бұрын
This is a good video, but AWS made a breaking change with permissions since then and so this will result in a "can't mount EFS" error. Unclear what the minimum config in the security group rules is, but it works if you allow all inbound traffic as a test.
@andreykulikov3760
@andreykulikov3760 3 жыл бұрын
Fine, it works!:)))
@LayneSadler
@LayneSadler 2 жыл бұрын
make sure in your lambda jobs functions access files via absolute path
@balakrishnakumar1588
@balakrishnakumar1588 4 жыл бұрын
Unable to connect s3 bucket to the lambda with efs connection. Can you shed some light on connecting s3 with vpc endpoints. So we can connect s3 to send and receive data.
@adityaprakash2479
@adityaprakash2479 4 жыл бұрын
how you solved it ? I also have to use efs and Lambda function to put file in s3 but it shows it will not have internet access.
@ssquare1
@ssquare1 3 жыл бұрын
@@adityaprakash2479 Did you get any solution ?
@janecharlotte4142
@janecharlotte4142 2 жыл бұрын
Have similar question, any tutorial to help with this? Thank you
@renuhpe9920
@renuhpe9920 2 жыл бұрын
Can you share, how to add an directory on EFS and then remove it, at then end of the lambda function too?
@christopherithegbezokhai6819
@christopherithegbezokhai6819 Жыл бұрын
looking for solution around this as well - especially how to remove files/directory from EFS with lambda. Wondering if you find a way around this? please share.
@seatconnect224
@seatconnect224 3 жыл бұрын
awesome! you my hero ))
@SrceCde
@SrceCde 3 жыл бұрын
Glad I could help!
@glennadams7047
@glennadams7047 4 жыл бұрын
Great!
@luisgerardomanriquecardona405
@luisgerardomanriquecardona405 4 жыл бұрын
In my case only works allowing outbound traffic port 2049 in addition of inbound rules
@VallabhGhodkeB
@VallabhGhodkeB 9 ай бұрын
yes same here
@fionaherzog4050
@fionaherzog4050 3 жыл бұрын
on my code section- the 11:30 section of the video, I do not already have code written there - what should I do?
@zorgnox
@zorgnox 2 жыл бұрын
If my Posix is set to 1001, can I connect with the efs the same way?
@ankireddy5483
@ankireddy5483 4 жыл бұрын
How we know size of EFS , memory details like
@SrceCde
@SrceCde 4 жыл бұрын
Thanks for stopping by Anki Reddy. EFS is the file system and it does not have CPU or memory. I hope this helps. Please like, share & subscribe. :)
@ankireddy5483
@ankireddy5483 4 жыл бұрын
@@SrceCde so doesn't matter how much size files to mount
@SrceCde
@SrceCde 4 жыл бұрын
Yes, it doesn't matter. Generally, "It is built to scale on demand to petabytes without disrupting applications, growing and shrinking automatically as you add and remove files, eliminating the need to provision and manage capacity to accommodate growth." - AWS. I hope this helps. Please like, share & subscribe. :)
@ankireddy5483
@ankireddy5483 4 жыл бұрын
@@SrceCde got it thanks alot bro
How to install library on EFS & import in lambda
14:01
Srce Cde
Рет қаралды 10 М.
How to mount EFS on EC2 instance
7:00
Srce Cde
Рет қаралды 18 М.
Fast and Furious: New Zealand 🚗
00:29
How Ridiculous
Рет қаралды 49 МЛН
Lehanga 🤣 #comedy #funny
00:31
Micky Makeover
Рет қаралды 29 МЛН
🩷🩵VS👿
00:38
ISSEI / いっせい
Рет қаралды 18 МЛН
Lambda EFS Integration // Step by Step Demo // Stateful Lambda
16:14
Cloud With Raj
Рет қаралды 4,8 М.
AWS Storage: EBS vs. S3 vs. EFS
6:51
Cloud Simplified
Рет қаралды 35 М.
Using Amazon EFS (Elastic File System) with AWS Lambda
18:49
Majestic.cloud
Рет қаралды 2,9 М.
How to use FFmpeg within lambda function via layers
20:34
Srce Cde
Рет қаралды 11 М.
Do NOT Learn Kubernetes Without Knowing These Concepts...
13:01
Travis Media
Рет қаралды 270 М.
Attach EFS to AWS Lambda Tutorial 🔥
7:23
Gokce DB
Рет қаралды 2,6 М.
The Most Important AWS Core Services That You NEED To Know About!
18:09
Be A Better Dev
Рет қаралды 411 М.
AWS Lambda SnapStart for Java Applications
13:27
James Eastham
Рет қаралды 3,4 М.
Fast and Furious: New Zealand 🚗
00:29
How Ridiculous
Рет қаралды 49 МЛН