Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
How should a developer efficiently manage 100 MB of temporary storage for a Lambda function generating and exporting files, with no need to retain the files post-execution?
A
Using Amazon EBS and deleting files post-execution.
B
Utilizing Amazon EFS and removing files after execution.
C
Storing files in the Lambda's /tmp directory.
D
Placing files in an S3 bucket with a deletion lifecycle policy.