AWS SAA-C03 - Practice Test #4
65 complete questions for AWS Solutions Architect Associate exam preparation.
A financial company must store database backups in Amazon S3 to comply with government regulations. The data size is several Petabytes. Historically, these backups are never accessed unless a forensic audit occurs, which gives at least 48 hours notice. The company seeks to retain this data for 7 years. Which configuration MINIMIZES long-term storage costs?
Category: Design Cost-Optimized Architectures
Explanation
Detailed breakdown of the correct answer
Storage Cost Optimization
The scenario specifies data that is rarely or never accessed and a very generous acceptable retrieval time (48 hours notice).
Therefore, the correct answer is: Configure a Lifecycle Policy to move the objects directly to Amazon S3 Glacier Deep Archive. This is the lowest-cost storage class in AWS. Its standard retrieval time is 12 hours, which perfectly meets the 48-hour requirement, minimizing storage spend at the Petabyte level.
The option that says: Store the objects in S3 Standard-IA... is incorrect because S3 Standard-IA is designed for infrequent access data that requires millisecond retrieval. It is significantly more expensive than Glacier classes.
The option that says: Move the data to Amazon S3 Glacier Flexible Retrieval... is incorrect because, while it is a cold archive class, Flexible Retrieval is more expensive than Deep Archive. Since the client has a 48-hour margin, they do not need the faster retrieval of Flexible Retrieval (1 to 5 hours).
The option that says: Enable Amazon S3 Intelligent-Tiering... is incorrect because Intelligent-Tiering charges a monthly automation and monitoring fee per object. For a 100% predictable access pattern (long-term archive with no access), using Lifecycle rules to Deep Archive is mathematically cheaper.