SAA-C03 Design Cost-Optimized Architectures Practice Question
An S3 bucket stores user-uploaded images. Access patterns are unpredictable: some objects are never read again, while others are occasionally retrieved months later. The team wants to reduce storage cost without having to manually track access frequency or run periodic analyses. Which S3 storage and lifecycle approach is the best fit?
⚠ Common exam trap
It's easy for candidates to choose a fixed lifecycle rule (Option C) thinking it is simpler, but they overlook the retrieval fees and inefficiency of applying a rigid time-based policy to unpredictable access patterns, whereas Intelligent-Tiering adapts dynamically without manual tuning.
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
✓
Enable S3 Intelligent-Tiering so objects can automatically move between access tiers based on observed access patterns.
S3 Intelligent-Tiering is the best fit because it automatically moves objects between access tiers (frequent, infrequent, archive instant, archive) based on changing access patterns, eliminating the need for manual tracking or lifecycle rules. This optimizes storage costs for unpredictable access patterns without requiring you to define fixed time-based transitions or perform periodic analyses.
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✓
Enable S3 Intelligent-Tiering so objects can automatically move between access tiers based on observed access patterns.
Why this is correct
S3 Intelligent-Tiering is designed for unknown or changing access patterns. It monitors access and automatically moves objects between tiers (for example, between frequent-access and infrequent-access tiers) based on actual usage, which avoids the need to manually decide transition schedules. This directly meets the requirement to reduce storage cost while eliminating ongoing manual tracking or periodic analysis.
- ✗
Use S3 Glacier Instant Retrieval for all objects immediately to minimize storage cost.
Why it's wrong here
Glacier Instant Retrieval is intended for data that is accessed infrequently but still requires fast retrieval. Applying it to all objects can be suboptimal for objects that are accessed more frequently, potentially increasing retrieval-related costs and not best matching the variable/unknown access mix. The question asks for an approach that automatically adapts without manual tracking, which Intelligent-Tiering provides.
- ✗
Create a lifecycle rule that transitions objects to Standard-IA after a fixed 30 days, regardless of access.
Why it's wrong here
A fixed 30-day transition assumes a consistent access pattern and does not adapt to how objects are actually used. For objects that are frequently read after upload, transitioning to Standard-IA can increase costs and/or introduce performance and pricing impacts when those objects are retrieved later. It also conflicts with the requirement to avoid manual access tracking or analysis.
- ✗
Keep all objects in S3 Standard and reduce costs by enabling server access logging compression.
Why it's wrong here
S3 Standard storage costs for the images are not eliminated by server access logging compression. Log compression may reduce the size of logs (and thus log storage/bandwidth), but it does not address the dominant cost driver in this scenario: the storage class of the images themselves. The requirement is to reduce storage cost for the objects, which requires an appropriate storage-tiering strategy like Intelligent-Tiering.
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 SAA-C03 question is part of Courseiva's 302-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 SAA-C03 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 SAA-C03 exam.