Courseiva
Design Cost-Optimized ArchitecturesmediumMultiple ChoiceObjective-mapped

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 ClassMin DurationRetrievalUse Case
S3 StandardNoneImmediateFrequently accessed data
S3 Standard-IA30 daysImmediateInfrequent access, rapid retrieval
S3 One Zone-IA30 daysImmediateNon-critical infrequent data
S3 Intelligent-TieringNoneImmediate–hoursUnknown or changing access patterns
S3 Glacier Instant90 daysMillisecondsArchive with instant retrieval
S3 Glacier Flexible90 daysMinutes–hoursArchive, flexible retrieval
S3 Glacier Deep Archive180 daysHoursLong-term compliance archive

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 →

How Courseiva writes practice questions · Editorial policy

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.