Courseiva
Cloud Technology and ServicesmediumMultiple ChoiceObjective-mapped

CLF-C02 Cloud Technology and Services Practice Question

A company stores log files in Amazon S3 Standard. After 30 days, the logs are rarely accessed. After 365 days, they should be archived and almost never retrieved. The company wants to automatically move objects between storage classes to minimise cost. Which S3 feature enables this automated transition?

⚠ Common exam trap

Many candidates confuse S3 Intelligent-Tiering with a scheduled lifecycle policy, but Intelligent-Tiering does not allow you to specify exact day-based transitions — it only adapts to access patterns, making it unsuitable for fixed archiving schedules.

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

S3 Lifecycle policies allow you to define rules that automatically transition objects between storage classes based on age or other criteria. In this scenario, a lifecycle rule can move logs from S3 Standard to a lower-cost infrequent access class after 30 days, and then to S3 Glacier Deep Archive after 365 days, minimizing storage costs without manual intervention.

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 Versioning

    Why it's wrong here

    S3 Versioning is designed for data protection, preserving every version of an object so that accidental deletions or overwrites can be recovered. While lifecycle policies can act on specific versions (for example, transitioning noncurrent versions to Glacier or expiring them), the versioning feature itself performs no storage-class transitions and no cost-optimization actions. It only retains copies, so it is not the service that automatically reprioritizes data into cheaper storage.

  • S3 Lifecycle policy

    Why this is correct

    S3 Lifecycle policies are the native rule-based engine for automating storage-class transitions and expirations. You define rules such as 'move objects to S3 Standard-IA after 30 days, then to S3 Glacier Flexible Retrieval after 120 days,' and S3 enforces them continuously without manual effort. Lifecycle also handles expiring old object versions and incomplete multipart uploads, making it both a cost-optimization and a governance tool. For any exam scenario that says 'move to cheaper storage after X days,' this is the correct answer.

  • S3 Intelligent-Tiering

    Why it's wrong here

    S3 Intelligent-Tiering is itself a storage class, not a lifecycle rule. It automatically shifts individual objects between frequent and infrequent access tiers based on real-time usage, and optionally to archive tiers, but those moves happen internally within the Intelligent-Tiering class. You do not specify day-based transitions to specific destinations like Glacier; for that explicit, policy-driven control you need a lifecycle policy. So while it automates tiering, it cannot implement the custom chronological rules described in the question.

  • S3 Event Notification

    Why it's wrong here

    S3 Event Notifications are asynchronous notifications that fire on bucket events such as PUT, DELETE, or restore-object completion, and they can trigger AWS Lambda functions or send messages to SNS and SQS. They are commonly used for event-driven processing workflows, security automation, or monitoring. Unlike lifecycle policies, event notifications contain no logic to move data between storage classes; they merely inform other services that something happened. To automate storage tiers, you would still need a lifecycle policy (or custom Lambda code), so this is not the right feature.

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.