Multiple Choice
A Developer is creating a Lambda function that will generate and export a file. The function requires 100 MB of temporary storage for temporary files while executing. These files will not be needed after the function is complete. How can the Developer MOST efficiently handle the temporary files?
A) Store the files in EBS and delete the files at the end of the Lambda function.
B) Copy the files to EFS and delete the files at the end of the Lambda function.
C) Store the files in the /tmp directory and delete the files at the end of the Lambda function.
D) Copy the files to an S3 bucket with a lifecycle policy to delete the files.
Correct Answer:

Verified
Correct Answer:
Verified
Q136: A company wants to make sure that
Q137: A Developer has built an application running
Q138: A Developer has been asked to make
Q139: A company has a two-tier application running
Q140: A Developer must re-implement the business logic
Q142: A company has a web application that
Q143: Company A has an S3 bucket containing
Q144: A gaming company is developing a mobile
Q145: Where should the appspec.yml file be placed
Q146: A developer is building an application integrating