DOP-C02 Security and Compliance Practice Question
A company has a requirement to store audit logs for 7 years. The logs are currently stored in Amazon S3 and are accessed infrequently. Which storage class provides the lowest cost while meeting the retention requirement?
Answer choices
Why each option matters
Answer the question above first, then reveal the full breakdown to understand why each option is right or wrong.
Correct answer & explanation
✓
S3 Glacier Deep Archive
S3 Glacier Deep Archive is the lowest-cost storage class for long-term retention of data that is accessed rarely. Option A (S3 Intelligent-Tiering) may move data but has monitoring costs. Option B (S3 Standard) is expensive for long-term. Option D (S3 One Zone-IA) is not for long-term durability.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
S3 Intelligent-Tiering
Why it's wrong here
S3 Intelligent-Tiering automatically moves objects between access tiers, but this convenience incurs per-object monitoring and automation charges (e.g., $0.0025 per 1,000 objects) and still requires the optional Deep Archive tier to reach costs comparable to S3 Glacier Deep Archive. For a dataset with a predictable pattern of almost no access over 7 years, you pay a premium for the monitoring and tier-switching logic without benefit. Additionally, objects smaller than 128KB are never moved to lower-cost tiers, and the service is designed for unknown or changing access patterns, not static archival data.
- ✗
S3 Standard
Why it's wrong here
S3 Standard offers millisecond access latency and high durability, which is unnecessary for audit logs that can remain unread for years, yet it is the most expensive storage class at roughly $0.023 per GB-month. Over 7 years, the cumulative storage cost for a large log dataset would be prohibitive compared to S3 Glacier Deep Archive, especially since the logs will be accessed only if a compliance investigation occurs. There is also no minimum storage duration, but that advantage does not offset the significant price premium for a workload defined by its infrequent access.
- ✓
S3 Glacier Deep Archive
Why this is correct
S3 Glacier Deep Archive is the lowest-cost storage class in S3, priced at approximately $0.00099 per GB-month, specifically designed for long-term retention of data expected to be accessed at most once per year. With a standard retrieval time of 12-48 hours, it is well suited for compliance archives like audit logs that must be retained for 7 years but rarely accessed. The 180-day minimum storage duration is irrelevant when the retention period is 84 months, and the storage cost is a fraction of even S3 Glacier Flexible Retrieval.
- ✗
S3 One Zone-Infrequent Access
Why it's wrong here
S3 One Zone-Infrequent Access stores data redundantly within a single Availability Zone, offering no protection against an AZ-level failure, which is unacceptable for audit logs that are legal or compliance records. Although it is cheaper than S3 Standard, it still costs around $0.01 per GB-month, roughly 10 times more than S3 Glacier Deep Archive, and carries a minimum 30-day storage duration plus retrieval fees. The lack of cross-AZ durability means it fails the resilience and availability requirements typically mandated for long-term audit log retention.
Quick reference
AWS S3 Storage Class Comparison
| Storage Class | Min Duration | Retrieval | Use Case |
|---|---|---|---|
| S3 Standard | None | Immediate | Frequently accessed data |
| S3 Standard-IA | 30 days | Immediate | Infrequent access, rapid retrieval |
| S3 One Zone-IA | 30 days | Immediate | Non-critical infrequent data |
| S3 Intelligent-Tiering | None | Immediate–hours | Unknown or changing access patterns |
| S3 Glacier Instant | 90 days | Milliseconds | Archive with instant retrieval |
| S3 Glacier Flexible | 90 days | Minutes–hours | Archive, flexible retrieval |
| S3 Glacier Deep Archive | 180 days | Hours | Long-term compliance archive |
Go deeper
Related to this question
About these practice questions
This DOP-C02 question is part of Courseiva's 1,013-question bank — original exam-style content with full explanations and wrong-answer analysis, never real exam questions or exam dumps. Learn why practice questions differ from exam dumps →
JA
Written by Johnson Ajibi, MSc IT Security
Senior Network & Security Engineer · founder of Courseiva
This DOP-C02 practice question is part of Courseiva's free Amazon Web Services certification practice question bank. Courseiva provides original exam-style practice questions with explanations, topic-based practice, mock exams, readiness tracking, and study analytics to help learners prepare for the DOP-C02 exam.