
Answer-first summary for fast verification
Answer: Apply an S3 lifecycle policy to move files to S3 Standard-Infrequent Access after 30 days and delete after 4 years.
The correct answer is C. Creating an S3 bucket lifecycle policy to move files from S3 Standard to S3 Standard-Infrequent Access (S3 Standard-IA) after 30 days is the most cost-effective solution, given that the files are rarely accessed after the first 30 days. S3 Standard-IA provides lower storage costs for infrequently accessed data while still offering the immediate accessibility required by the company. Deleting the files after 4 years complies with the company's data retention policy.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A company's application stores 5 MB files in Amazon S3, requiring immediate access due to the critical, non-reproducible data they contain. The files must be retained for 4 years and are frequently accessed only in the first 30 days. Identify the most cost-effective storage solution.
A
Set an S3 lifecycle policy to move files to S3 Glacier after 30 days and delete after 4 years.
B
Use an S3 lifecycle policy to transition files to S3 One Zone-Infrequent Access after 30 days, then delete after 4 years.
C
Apply an S3 lifecycle policy to move files to S3 Standard-Infrequent Access after 30 days and delete after 4 years.
D
Create an S3 lifecycle policy to first move files to S3 Standard-Infrequent Access after 30 days, then to S3 Glacier 4 years after creation.