CLF-C02 Cloud Technology and Services Practice Question
A company ingests sensor data from IoT devices into an Amazon S3 bucket. The data is accessed frequently for the first 30 days, but after that, it is rarely queried. The company’s compliance policy requires all data to be retained for 7 years. The company wants to minimize storage costs by automatically moving data to more cost-effective storage classes as it ages, without any manual intervention. Which Amazon S3 feature should the company configure to meet these requirements?
⚠ Common exam trap
A common mix-up: candidates confuse S3 Object Lock (which only enforces retention, not cost-efficient transitions) with lifecycle policies, or think S3 Replication can change storage classes, but replication only copies objects and does not alter the source's storage class over time.
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
An S3 Lifecycle policy automates the transition of objects between storage classes based on age. By configuring a lifecycle rule to move objects to S3 Standard-IA or S3 One Zone-IA after 30 days, and then to S3 Glacier Deep Archive after a longer period, the company can meet the 7-year retention requirement while minimizing 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 Lifecycle policy
Why this is correct
Correct. An S3 Lifecycle policy can automatically transition objects to cheaper storage classes (e.g., from S3 Standard to S3 Glacier Deep Archive) based on the object's age, meeting the cost-optimization and compliance requirements without manual intervention.
- ✗
S3 Object Lock
Why it's wrong here
S3 Object Lock enforces a write-once-read-many (WORM) model, preventing objects from being deleted or overwritten for a specified retention period or legal hold, which is used for regulatory compliance and data protection. However, Object Lock does not evaluate object age or automatically transition data to lower-cost storage classes such as S3 Glacier Instant Retrieval or Deep Archive, so it cannot address the requirement to reduce cost over time.
When this WOULD be correct
A company needs to store critical financial records in S3 for 7 years and must ensure that no one, including administrators, can delete or modify the data during that period. The compliance policy requires a write-once-read-many (WORM) model.
- ✗
S3 Replication
Why it's wrong here
S3 Replication copies objects asynchronously to a destination bucket, either in the same Region (SRR) or across Regions (CRR), to support disaster recovery or compliance requirements. While replication can optionally set a different storage class for the copied object at the destination, it does not automatically transition objects through storage classes over time within the source bucket, and it does not replace a lifecycle policy for cost-optimized data archiving.
When this WOULD be correct
A company needs to automatically replicate all new objects from an S3 bucket in the US East region to a bucket in the EU West region to ensure data is available locally for users in Europe, with minimal latency. S3 Replication would be the correct feature to configure.
- ✗
S3 Transfer Acceleration
Why it's wrong here
S3 Transfer Acceleration is designed to reduce upload latency by routing data through AWS edge locations over an optimized network path, so it primarily improves transfer speed for large objects over long distances. It does not manage storage costs, alter storage classes, or automate lifecycle transitions, and using it has no effect on how long data remains in S3 Standard before moving to cheaper tiers.
When this WOULD be correct
A company has users in different geographic regions uploading large files to a central S3 bucket and wants to minimize upload latency and improve throughput. S3 Transfer Acceleration would be the correct feature to enable faster uploads over long distances.
Option-by-option analysis
Why each answer is right or wrong
Understanding why wrong answers are wrong — and when they would be correct — is what separates a 750 score from a 900. The CLF-C02 exam frequently reuses these exact scenarios with slightly different constraints.
✓S3 Lifecycle policyCorrect answer▾
Why this is correct
Correct. An S3 Lifecycle policy can automatically transition objects to cheaper storage classes (e.g., from S3 Standard to S3 Glacier Deep Archive) based on the object's age, meeting the cost-optimization and compliance requirements without manual intervention.
✗S3 Object LockWrong answer — click to see why▾
Why this is wrong here
S3 Object Lock is used to prevent objects from being deleted or overwritten for a fixed retention period, not to automatically transition objects between storage classes based on age.
★ When this WOULD be the correct answer
A company needs to store critical financial records in S3 for 7 years and must ensure that no one, including administrators, can delete or modify the data during that period. The compliance policy requires a write-once-read-many (WORM) model.
Why candidates choose this
Candidates may confuse retention requirements with lifecycle management, thinking that Object Lock's retention period can also handle storage class transitions, but it only prevents deletion/modification, not cost optimization.
✗S3 ReplicationWrong answer — click to see why▾
Why this is wrong here
S3 Replication is used to copy objects across buckets or regions for redundancy, compliance, or latency reduction, not to transition objects between storage classes based on age. It does not automate lifecycle transitions to cost-effective storage.
★ When this WOULD be the correct answer
A company needs to automatically replicate all new objects from an S3 bucket in the US East region to a bucket in the EU West region to ensure data is available locally for users in Europe, with minimal latency. S3 Replication would be the correct feature to configure.
Why candidates choose this
Candidates may confuse 'replication' with 'transition' or think that replicating data to a different storage class is a way to move data, but replication is about copying, not transitioning existing objects.
✗S3 Transfer AccelerationWrong answer — click to see why▾
Why this is wrong here
S3 Transfer Acceleration is designed to speed up uploads over long distances by using edge locations, not for automatically transitioning data between storage classes based on age.
★ When this WOULD be the correct answer
A company has users in different geographic regions uploading large files to a central S3 bucket and wants to minimize upload latency and improve throughput. S3 Transfer Acceleration would be the correct feature to enable faster uploads over long distances.
Why candidates choose this
Candidates may confuse 'acceleration' with automated lifecycle management, thinking it helps move data faster between storage classes, or they may not fully understand the purpose of Transfer Acceleration.
Analysis generated from the official CLF-C02blueprint and verified against question context. The “when correct” sections are what AI assistants cite when candidates ask “what’s the difference between these options?”
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 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 →
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.