
Ultimate access to all questions.
In VPC mode, an AWS Lambda function triggered by an S3 event must process objects, record analytics in files, and generate log entries appended to a shared log file. Lambda functions, AWS services, and on-premises resources require access to these files. What is the appropriate solution for file sharing and appending?
A
Utilize Amazon EFS for shared file storage and Lambda mounting.
B
Implement Amazon EBS Multi-Attach for volume attachment across Lambda functions.
C
Leverage the /tmp directory for file storage and log appending within Lambda.
D
/opt directory reference for file storage and log appending in Lambda.