Topic 1 Question 414
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?
Attach an Amazon Elastic Block Store (Amazon EBS) volume to the Lambda functions by using EBS Multi-Attach in the central VPC. Update the Lambda function execution roles to give the functions to access the EBS volume. Update the Lambda function code to reference the files in the EBS volume.
Compress the libraries and reference data in a Lambda /tmp folder. Update the Lambda function code to reference the files in the /tmp folder.
Set up an Amazon Elastic File System (Amazon EFS) file system with mount targets in the central VPConfigure the Lambda functions to mount the EFS file system. Update the Lambda function execution roles to give the functions to access the EFS file system.
Set up an Amazon FSx for Windows File Server file system with mount targets in the central VPC. Configure the Lambda functions to mount the Amazon FSx file system. Update the Lambda function execution roles to give the functions to access the Amazon FSx file system.
ユーザの投票
コメント(4)
- 正解だと思う選択肢: C
Configure a function to mount an Amazon Elastic File System (Amazon EFS) file system to a local directory
https://docs.aws.amazon.com/lambda/latest/dg/configuration-filesystem.html
👍 3chris_spencer2024/08/01 - 正解だと思う選択肢: C
Ansswer is c
👍 2komorebi2024/07/28 - 正解だと思う選択肢: C
Can't use EBS volumes with Lambda, used with EC2 only.
👍 2Arnaud922024/08/27
シャッフルモード