A SysOps administrator is configuring an Amazon S3 Lifecycle policy to optimize storage costs for media archives. The files are uploaded to S3 Standard. The access patterns and requirements are as follows:
* For the first days, files are accessed frequently.
* From day to day , files are accessed infrequently but must be available for immediate retrieval.
* After days, the files are rarely accessed, but any retrieval requests must be completed within minutes.
* The files must be kept for a total of days before deletion.
Which TWO configuration steps should the administrator include in the lifecycle policy to meet these requirements in a valid and most cost-effective manner? (Select TWO.)
- Transition objects from S3 Standard to S3 Standard-IA after daysAnswer
- Transition objects from S3 Standard-IA to S3 Glacier Flexible Retrieval after daysAnswer
- CTransition objects from S3 Standard-IA to S3 Glacier Flexible Retrieval after days
- DTransition objects from S3 Standard-IA to S3 Intelligent-Tiering after days
- ETransition objects from S3 Standard-IA to S3 Glacier Deep Archive after days
Answer
Transition objects from S3 Standard to S3 Standard-IA after days, and transition objects from S3 Standard-IA to S3 Glacier Flexible Retrieval after days.
To satisfy the requirements cost-effectively, the lifecycle policy must first transition objects to S3 Standard-IA after days. Since the files must then transition to an archive storage class after days (which is exactly days after transitioning to Standard-IA), this meets the S3 Lifecycle policy restriction that requires objects to remain in S3 Standard-IA for at least days. S3 Glacier Flexible Retrieval is the most cost-effective archive class that meets the retrieval requirement of under minutes because it supports Expedited retrievals (- minutes).
Step-by-Step Solution
Key Concept
S3 Lifecycle transition rules and storage class retrieval times