Examtopics

AWS Certified Developer - Associate
  • Topic 1 Question 211

    A developer is creating an AWS Lambda function that will generate and export a file. The function requires 100 MB of temporary storage for temporary files while running. These files will not be needed after the function is complete.

    How can the developer MOST efficiently handle the temporary files?

    • Store the files in Amazon Elastic Block Store (Amazon EBS) and delete the files at the end of the Lambda function.

    • Copy the files to Amazon Elastic File System (Amazon EFS) and delete the files at the end of the Lambda function.

    • Store the files in the /tmp directory and delete the files at the end of the Lambda function.

    • Copy the files to an Amazon S3 bucket with a lifecycle policy to delete the files.


    シャッフルモード