- A
Delete objects older than 90 days.
Why wrong: Violates 7-year retention requirement.
- B
Transition objects to S3 Glacier Deep Archive after 365 days.
Lowest cost for long-term archival with 7-year retention.
- C
Create a lifecycle policy to transition objects to S3 Standard-IA after 30 days.
Reduces cost for infrequently accessed data.
- D
Transition objects directly to S3 Glacier after 30 days.
Why wrong: Glacier has minimum 90-day storage; early transition may not be optimal.
- E
Use S3 Intelligent-Tiering to automatically move objects.
Why wrong: Intelligent-Tiering has monitoring costs; lifecycle rules are cheaper for predictable patterns.
S3 Lifecycle Policies for Cost Optimization
This SOA-C02 practice question tests your understanding of cost and performance optimization. Read the scenario carefully and evaluate each option against the stated constraints before committing to an answer. A key principle to apply: s3 Lifecycle Policy. Once you have made your selection, read the full explanation to reinforce the concept and understand why each distractor is designed to mislead on exam day.
A company is using Amazon S3 to store log files. The logs are accessed frequently for the first 30 days and then rarely, but must be retained for 7 years for compliance. Which THREE actions would optimize storage costs while maintaining accessibility?
Clue words in this question
Noticing these words before you look at the options changes how you read each choice.
Clue:
"first"Why it matters: Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
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
Transition objects to S3 Glacier Deep Archive after 365 days.
Only options B and C are correct. Transitioning to S3 Standard-IA after 30 days reduces cost for infrequent access after the first month. Transitioning to S3 Glacier Deep Archive after one year is cost-effective for 7-year retention while still allowing retrieval within hours. Option A is wrong because deleting objects after 90 days violates the 7-year compliance requirement. Option D is wrong because moving directly to Glacier after 30 days is premature and not the most cost-effective; Standard-IA is more appropriate for the infrequent access pattern. Option E is wrong because S3 Intelligent-Tiering has monitoring costs and is not optimal for predictable access patterns; lifecycle policies are more cost-effective.
Key principle: S3 Lifecycle Policy
Answer analysis
Option-by-option breakdown
For each option: why learners choose it and why it is or isn't the right answer here.
- ✗
Delete objects older than 90 days.
Why it's wrong here
Violates 7-year retention requirement.
- ✓
Transition objects to S3 Glacier Deep Archive after 365 days.
Why this is correct
Lowest cost for long-term archival with 7-year retention.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
S3 Lifecycle Policy
- ✓
Create a lifecycle policy to transition objects to S3 Standard-IA after 30 days.
Why this is correct
Reduces cost for infrequently accessed data.
Clue confirmation
The clue word "first" in the question point toward this answer.
Related concept
S3 Lifecycle Policy
- ✗
Transition objects directly to S3 Glacier after 30 days.
Why it's wrong here
Glacier has minimum 90-day storage; early transition may not be optimal.
- ✗
Use S3 Intelligent-Tiering to automatically move objects.
Why it's wrong here
Intelligent-Tiering has monitoring costs; lifecycle rules are cheaper for predictable patterns.
Common exam traps
Common exam trap: answer the scenario, not the keyword
Many certification questions include familiar terms but test a specific constraint. Read the exact wording before choosing an answer that is generally true but wrong for this case.
Detailed technical explanation
How to think about this question
Treat this as a scenario question. Identify the problem, the constraint, and the best action. Then compare each option against those facts.
KKey Concepts to Remember
- S3 Lifecycle Policy
- S3 Standard-IA
- S3 Glacier Deep Archive
- Compliance Retention
TExam Day Tips
- Watch for words such as best, first, most likely and least administrative effort.
- Review why wrong options are wrong, not only why the correct option is correct.
Key takeaway
S3 Lifecycle Policy
Real-world example
How this comes up in practice
A startup's cloud architect reviews their monthly bill and notices costs are higher than expected for a long-running batch job. Switching from on-demand instances to Reserved Instances — or using Spot/Preemptible VMs — can reduce compute costs by up to 72 %. Questions like this test whether you understand the tradeoffs between commitment, flexibility, and cost across cloud pricing models.
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 |
What to study next
Got this wrong? Here's your next step.
Review s3 Lifecycle Policy, then practise related SOA-C02 questions on the same topic to reinforce the concept.
- →
Cost and Performance Optimization — study guide chapter
Learn the concepts, then practise the questions
- →
Cost and Performance Optimization practice questions
Targeted practice on this topic area only
- →
All SOA-C02 questions
1,546 questions across all exam domains
- →
AWS Certified SysOps Administrator Associate SOA-C02 study guide
Full concept coverage aligned to exam objectives
- →
SOA-C02 practice test guide
How to use practice tests most effectively before exam day
Related practice questions
Related SOA-C02 practice-question pages
Use these pages to review the topic behind this question. This is how one missed question becomes focused revision.
Monitoring, Logging, and Remediation practice questions
Practise SOA-C02 questions linked to Monitoring, Logging, and Remediation.
Reliability and Business Continuity practice questions
Practise SOA-C02 questions linked to Reliability and Business Continuity.
Deployment, Provisioning, and Automation practice questions
Practise SOA-C02 questions linked to Deployment, Provisioning, and Automation.
Security and Compliance practice questions
Practise SOA-C02 questions linked to Security and Compliance.
Networking and Content Delivery practice questions
Practise SOA-C02 questions linked to Networking and Content Delivery.
Cost and Performance Optimization practice questions
Practise SOA-C02 questions linked to Cost and Performance Optimization.
SOA-C02 fundamentals practice questions
Practise SOA-C02 questions linked to SOA-C02 fundamentals.
SOA-C02 scenario practice questions
Practise SOA-C02 questions linked to SOA-C02 scenario.
SOA-C02 troubleshooting practice questions
Practise SOA-C02 questions linked to SOA-C02 troubleshooting.
Practice this exam
Start a free SOA-C02 practice session
Short sessions build daily habit. Longer sessions build exam-day stamina. Try a timed session to simulate real conditions.
FAQ
Questions learners often ask
What does this SOA-C02 question test?
Cost and Performance Optimization — This question tests Cost and Performance Optimization — S3 Lifecycle Policy.
What is the correct answer to this question?
The correct answer is: Transition objects to S3 Glacier Deep Archive after 365 days. — Only options B and C are correct. Transitioning to S3 Standard-IA after 30 days reduces cost for infrequent access after the first month. Transitioning to S3 Glacier Deep Archive after one year is cost-effective for 7-year retention while still allowing retrieval within hours. Option A is wrong because deleting objects after 90 days violates the 7-year compliance requirement. Option D is wrong because moving directly to Glacier after 30 days is premature and not the most cost-effective; Standard-IA is more appropriate for the infrequent access pattern. Option E is wrong because S3 Intelligent-Tiering has monitoring costs and is not optimal for predictable access patterns; lifecycle policies are more cost-effective.
What should I do if I get this SOA-C02 question wrong?
Review s3 Lifecycle Policy, then practise related SOA-C02 questions on the same topic to reinforce the concept.
Are there clue words in this question I should notice?
Yes — watch for: "first". Order matters here. You are being tested on which action comes before the others — not which action is generally useful.
What is the key concept behind this question?
S3 Lifecycle Policy
About these practice questions
Courseiva creates original exam-style practice questions with explanations and wrong-answer analysis. It does not publish real exam questions, exam dumps, or protected exam content. Learn why practice questions differ from exam dumps →
Same concept, more angles
5 more ways this is tested on SOA-C02
These questions test the same concept from different angles. Work through them to make sure you can recognise it however the exam phrases it.
Variation 1. A company stores log files in Amazon S3. The logs are accessed frequently for the first 30 days, then rarely after that. The company wants to automatically transition objects to a lower-cost storage class after 30 days. Which S3 feature should be configured?
easy- ✓ A.S3 Lifecycle rule
- B.S3 Versioning
- C.S3 Transfer Acceleration
- D.S3 Object Lock
Why A: An S3 Lifecycle rule is the correct feature because it allows you to define a transition action that automatically moves objects from a higher-cost storage class (e.g., S3 Standard) to a lower-cost storage class (e.g., S3 Standard-IA or S3 Glacier) after a specified number of days. This directly meets the requirement to transition logs after 30 days without manual intervention, optimizing storage costs based on access patterns.
Variation 2. A company uses Amazon S3 to store log files. The logs are accessed frequently for the first 30 days, then rarely accessed after that. The company must retain logs for 7 years for compliance. What is the MOST cost-effective storage solution?
easy- ✓ A.Use S3 Standard for 30 days and then transition to S3 Glacier Deep Archive.
- B.Use S3 Standard for 7 years.
- C.Use S3 One Zone-IA for 30 days and then transition to S3 Glacier Flexible Retrieval.
- D.Use S3 Intelligent-Tiering for the entire 7 years.
Why A: S3 Lifecycle policies can transition objects from S3 Standard to S3 Glacier Deep Archive after 30 days, minimizing costs while meeting compliance. S3 Glacier Flexible Retrieval is more expensive than Deep Archive for long-term archival. S3 Intelligent-Tiering adds monitoring costs. S3 One Zone-IA is not suitable for long-term archival due to lower durability.
Variation 3. An application writes logs to an S3 bucket. The logs are accessed frequently for the first 30 days, then rarely after that, but must be retained for 7 years. Which THREE steps should be taken to optimize cost? (Choose three.)
hard- ✓ A.Use an S3 Lifecycle policy to transition objects to S3 Glacier Deep Archive after 90 days.
- ✓ B.Use an S3 Lifecycle policy to transition objects to S3 Standard-IA after 30 days.
- C.Delete logs older than 30 days.
- ✓ D.Set an S3 Lifecycle policy to expire objects after 7 years.
- E.Use S3 Intelligent-Tiering to automatically optimize costs.
Why A: Option A is correct because S3 Glacier Deep Archive is the lowest-cost storage class for long-term archival data, making it ideal for logs that are rarely accessed after 90 days. An S3 Lifecycle policy automates the transition from a higher-cost class (e.g., Standard-IA) to Glacier Deep Archive, reducing storage costs while retaining the data for the required 7-year period.
Variation 4. A company stores infrequently accessed data in S3 Standard. They want to reduce storage costs without compromising immediate accessibility. What is the MOST cost-effective solution?
medium- A.Use S3 Glacier Flexible Retrieval.
- ✓ B.Use S3 Standard-IA storage class.
- C.Move data to S3 Intelligent-Tiering.
- D.Create a lifecycle policy to delete objects after 30 days.
Why B: The most cost-effective solution is to use S3 Standard-IA (Option B). S3 Standard-IA is designed for infrequently accessed data that requires immediate access; it offers lower storage costs than S3 Standard while maintaining low latency and high throughput. Option A (S3 Glacier Flexible Retrieval) has even lower storage cost but retrieval times of minutes to hours, which does not meet the requirement of immediate accessibility. Option C (S3 Intelligent-Tiering) automatically moves data between tiers to optimize costs, but it includes monitoring and automation charges that may not be cost-effective for data that is consistently infrequently accessed; also, it does not guarantee lower cost than Standard-IA for this pattern. Option D (create a lifecycle policy to delete after 30 days) would lose data permanently and is not a storage class; it also does not address cost savings for long-term storage.
Variation 5. A company uses S3 Standard for all data, but some objects are accessed only once per year. Which storage class provides the lowest cost for this use case while maintaining the same durability?
easy- ✓ A.S3 Glacier Deep Archive
- B.S3 One Zone-Infrequent Access (S3 One Zone-IA)
- C.S3 Intelligent-Tiering
- D.S3 Standard-Infrequent Access (S3 Standard-IA)
Why A: S3 Glacier Deep Archive provides the lowest storage cost for data accessed once per year, with the same 99.999999999% (11 nines) durability as S3 Standard, because it is designed for long-term retention with retrieval times of 12 hours or more. The infrequent access pattern makes the lower retrieval costs of Glacier Deep Archive more economical than any other S3 storage class.
Keep practising
More SOA-C02 practice questions
- A company uses an Amazon DynamoDB table with on-demand capacity mode. The table handles a workload with a steady baselin…
- A company uses Amazon CloudWatch Logs to store application logs. The SysOps administrator needs to count the occurrences…
- A SysOps administrator needs to monitor the CPU utilization of an Amazon EC2 instance and send an alert when it exceeds…
- A SysOps administrator needs to monitor the CPU utilization of an Amazon EC2 instance fleet and send an alert when the a…
- A company's security policy requires that all Amazon S3 buckets must have server-side encryption enabled. The SysOps adm…
- A SysOps administrator uses AWS CloudFormation to deploy a stack that includes an Amazon EC2 instance. The administrator…
Last reviewed: Jun 20, 2026
This SOA-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 SOA-C02 exam.
Question Discussion
Share a tip, memory trick, or ask about the reasoning behind this question. Do not post real exam questions, leaked content, braindumps, or copyrighted exam material. Comments are moderated and may be removed without notice.
Sign in to join the discussion.