From the course: AWS Certified Data Engineer Associate (DEA-C01) Cert Prep
Unlock this course with a free trial
Join today to access over 24,700 courses taught by industry experts.
Using Amazon EFS with AWS Lambda
From the course: AWS Certified Data Engineer Associate (DEA-C01) Cert Prep
Using Amazon EFS with AWS Lambda
- [Instructor] The execution environments for Lambda functions by default only have temporary ephemeral storage. So each execution of a Lambda function has its own separate storage, which is destroyed at the end of the function execution. But what if you want multiple concurrent Lambda executions to work on the same data? In this lesson, we'll describe how a good solution for this scenario is to use EFS. Amazon EFS is a file system service that can be shared amongst compute resources such as multiple EC2 instances, containers, and even Lambda functions. And when you configure a Lambda function, you can specify that Lambda automatically attach an elastic file system to each execution environment. Lambda manages the connection and encrypts all traffic to and from the file system. This is great because the EFS file system is then shared across the Lambda functions as it scales up the number of concurrent executions. As files are written by one instance of a Lambda function, all other…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
(Locked)
Introduction38s
-
Data ingestion scenarios3m 5s
-
(Locked)
AWS Database Migration Service3m 22s
-
(Locked)
Schema conversion2m 52s
-
(Locked)
Change data capture1m 30s
-
(Locked)
AWS DataSync1m 2s
-
(Locked)
AWS Storage Gateway1m 10s
-
(Locked)
AWS Snow Family2m 27s
-
(Locked)
AWS Transfer Family2m 11s
-
(Locked)
AWS Glue59s
-
(Locked)
AWS Glue Data Catalog1m 17s
-
(Locked)
Hands-on learning: Create an AWS Glue Data Catalog3m 13s
-
(Locked)
AWS Glue Crawler45s
-
(Locked)
Hands-on learning: Create an AWS Glue Crawler2m 6s
-
(Locked)
Amazon Kinesis Data Streams9m 18s
-
(Locked)
Hands-on learning: Create a data stream3m 30s
-
(Locked)
Consumer throughput1m 21s
-
(Locked)
Reading data with AWS Lambda2m 28s
-
(Locked)
AWS Lambda concurrency2m 28s
-
(Locked)
Using Amazon EFS with AWS Lambda1m 25s
-
(Locked)
Hands-on learning: Create and use an AWS Lambda function3m 50s
-
(Locked)
Amazon Kinesis Client Library (KCL)2m 52s
-
(Locked)
Amazon MSK3m 19s
-
(Locked)
Amazon Data Firehose4m 9s
-
Hands-on learning: Configure an Amazon Data Firehose stream5m 33s
-
(Locked)
Amazon DynamoDB Streams2m 31s
-
(Locked)
AWS Glue Schema Registry1m 9s
-
(Locked)
Amazon AppFlow4m 41s
-
(Locked)
Consume data APIs2m 21s
-
(Locked)
Data exchange1m 31s
-
(Locked)
-
-
-
-
-
-