AWS Certified Developer Associate DVA-C01 – Question269

A Developer is designing an AWS Lambda function that create temporary files that are less than 10 MB during execution. The temporary files will be accessed and modified multiple times during execution. The Developer has no need to save or retrieve
these files in the future. Where should the temporary file be stored?

A.
the /tmp directory
B. Amazon EFS
C. Amazon EBS
D. Amazon S3

Correct Answer: A

Explanation: