A cloud-based education platform stores video lesson project files and their historical edit versions in an Amazon S3 bucket with versioning enabled. The current versions of the project files average in size and are accessed frequently during the first days of editing. After days, they are rarely accessed but must be retained for () for compliance, requiring millisecond retrieval. The noncurrent (historical) versions average in size and are rarely accessed immediately after becoming noncurrent. These historical versions must be retained for days for recovery purposes and must be retrievable within hours.
Which combination of S3 Lifecycle actions will meet these requirements in the most cost-effective manner? (Select TWO.)
- Transition current versions to Amazon S3 Glacier Instant Retrieval after days.Answer
- Transition noncurrent versions to Amazon S3 Glacier Flexible Retrieval after days.Answer
- CTransition current versions to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after days.
- DTransition noncurrent versions to Amazon S3 Standard-Infrequent Access (S3 Standard-IA) after days and permanently delete them after days.
- ETransition noncurrent versions to Amazon S3 Glacier Deep Archive after days and permanently delete them after days.
Answer
Configure S3 Lifecycle rules to transition current versions to Amazon S3 Glacier Instant Retrieval after days, and transition noncurrent versions to Amazon S3 Glacier Flexible Retrieval after days.
Transitioning the current versions of the project files to Amazon S3 Glacier Instant Retrieval after days is the most cost-effective option because it matches the end of the frequent access period, provides the required millisecond retrieval, and satisfies the -day minimum storage duration rule (retained for ). Transitioning the noncurrent versions to Amazon S3 Glacier Flexible Retrieval after days immediately minimizes storage costs for rarely accessed data, meets the -hour retrieval window via standard retrieval (takes to hours), and satisfies the -day minimum storage duration rule (retained for days).
Step-by-Step Solution
Key Concept
Selecting the optimal S3 storage class and transition timing based on object size, retention periods, minimum storage durations, and retrieval time constraints.