Bird
0
0

A lifecycle rule is configured to transition objects to GLACIER after 60 days, but no objects have transitioned. Which of the following is the most probable cause?

medium📝 Debug Q6 of 15
AWS - Cost Optimization
A lifecycle rule is configured to transition objects to GLACIER after 60 days, but no objects have transitioned. Which of the following is the most probable cause?
AThe bucket versioning is not enabled, preventing lifecycle transitions to GLACIER
BThe lifecycle rule is missing the 'Status' set to 'Enabled'
CThe objects are encrypted with a customer-managed key that prevents transitions
DThe transition period is set to 60 days, but the objects are younger than 60 days
Step-by-Step Solution
Solution:
  1. Step 1: Check lifecycle rule status

    Lifecycle rules must be enabled to take effect.
  2. Step 2: Verify other causes

    Versioning is not required for transitions; encryption does not block transitions; object age must be >= 60 days.
  3. Final Answer:

    The lifecycle rule is missing the 'Status' set to 'Enabled' -> Option B
  4. Quick Check:

    Lifecycle rules must be enabled [OK]
Quick Trick: Lifecycle rules must be enabled to work [OK]
Common Mistakes:
  • Assuming versioning is required for transitions
  • Ignoring lifecycle rule status
  • Misunderstanding encryption impact on transitions

Want More Practice?

15+ quiz questions · All difficulty levels · Free

Free Signup - Practice All Questions
More AWS Quizzes