AWS Certified SysOps Administrator – Associate (legacy) — Question 890

On a weekly basis, the Administrator for a photo sharing website receives an archive of all files users have uploaded the previous week. these file archives can be as large as 10TB in size. For legal reasons, these archives must be saved with no possibility of someone deleting or modifying these archives. Occasionally, there may be a need to view the contents, but it is expected that retrieving them can take three or more hours.
What should the Administrator do with the weekly archive?

Answer options

Correct answer: A

Explanation

Uploading the archive to Amazon S3 and transitioning it to Amazon Glacier via a lifecycle policy offers a highly cost-effective storage tier suitable for the 3+ hour retrieval latency. While Amazon Glacier Vault Lock is ideal for immutability, initiating the upload through Amazon S3 provides a simpler management path for extremely large files before transitioning them to cold storage. Options involving EBS volumes or S3 Infrequent Access are significantly more expensive and do not leverage the archival benefits of Glacier.