AWS Certified Developer – Associate (DVA-C02) — Question 409

A developer has AWS Lambda functions that need to access a company's internal data science libraries and reference data. Separate teams manage the libraries and the data. The teams must be able to update and upload new data independently. The Lambda functions are connected to the company's central VPC.

Which solution will provide the Lambda functions with access to the libraries and data?

Answer options

Correct answer: C

Explanation

Amazon EFS natively integrates with AWS Lambda, allowing functions to mount a shared file system securely within a VPC where multiple teams can independently update files. Amazon EBS volumes cannot be attached to AWS Lambda functions, and Lambda does not natively support mounting Amazon FSx for Windows File Server. The local /tmp directory is ephemeral and not designed for concurrent, independent updates by external teams.