Courseiva
Cloud Technology and ServicesmediumMultiple ChoiceObjective-mapped

CLF-C02 Cloud Technology and Services Practice Question

Which AWS service automatically moves S3 objects between storage classes based on access patterns without requiring upfront knowledge of how frequently data will be accessed?

⚠ Common exam trap

Many candidates confuse S3 Lifecycle policies (which require manual rule creation) with Intelligent-Tiering (which automates transitions based on actual usage), leading them to choose A instead of B.

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 Intelligent-Tiering

S3 Intelligent-Tiering is the correct answer because it is the only AWS service that automatically moves objects between storage classes based on changing access patterns, without requiring any upfront knowledge or lifecycle rules. It monitors access at the object level and moves data between two access tiers (frequent and infrequent) and an optional archive tier, charging a small monitoring fee but no retrieval costs.

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 Lifecycle policies

    Why it's wrong here

    S3 Lifecycle policies are rule-based and time-driven: you define explicit transitions (e.g., move to Standard-IA after 30 days or to Glacier after 90 days) that execute on a fixed schedule. They do not monitor actual object access, so infrequently accessed data might be over-retained while frequently accessed data is chilled incorrectly, causing retrieval fees or latency. To dynamically optimize based on real usage patterns, the automation must react to access events, not static age thresholds.

  • S3 Intelligent-Tiering

    Why this is correct

    S3 Intelligent-Tiering is correct because it automatically monitors access frequency at the object level and moves data between two access tiers (frequent and infrequent) without retrieval fees, performance impact, or manual lifecycle rules. It tracks last-access times and, if an object hasn't been accessed for 30 consecutive days, transitions it to the infrequent tier; if accessed again, it moves back. A small monthly monitoring and automation fee applies, but for unknown or evolving access patterns, this delivers lower cost than manually guessing a static class.

  • S3 Standard-IA

    Why it's wrong here

    S3 Standard-IA is a static storage class that you must explicitly designate; it offers low storage cost but charges a per-GB retrieval fee and a minimum object size. It does not observe access patterns or adjust tiers automatically, so you would have to predict which objects stay infrequent and accept the risk of retrieval fees if they become hot. For a workload where access is unknown or fluctuating, Standard-IA is a manual gamble, not a dynamic optimization.

  • S3 Replication

    Why it's wrong here

    S3 Replication copies objects to a destination bucket or another AWS Region for redundancy, compliance, or geographic latency reduction, and it does not factor in access frequency. It actually increases storage costs because you pay for the replica's storage and the replication processing, and it does nothing to move objects between tiers. Using it here would be off-target: the goal is cost optimization in a single bucket, not data redundancy across regions.

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 CLF-C02 question is part of Courseiva's 988-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 CLF-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 CLF-C02 exam.