A company stores daily database backup files in an Amazon S3 Standard bucket. Each backup file is approximately . The backups are frequently accessed during the first days after upload. After days, access is rare, but the database team must be able to retrieve any backup within minutes if a restore is needed. The backups must be retained for a total of days before being permanently deleted.
A SysOps administrator is configuring an Amazon S3 Lifecycle policy to automate this process at the lowest cost.
Which TWO configurations should the administrator include in the S3 Lifecycle policy?
- Transition objects from S3 Standard to S3 Glacier Instant Retrieval after daysAnswer
- Configure an expiration action to permanently delete the objects after daysAnswer
- CTransition objects from S3 Standard to S3 Standard-IA after days
- DTransition objects from S3 Standard to S3 Standard-IA after days, and then to S3 Glacier Flexible Retrieval after days
- ETransition objects from S3 Standard to S3 Glacier Flexible Retrieval after days, and then to S3 Standard-IA after days
Answer
The correct configurations are transitioning objects from S3 Standard to S3 Glacier Instant Retrieval after days, and configuring an expiration action to permanently delete the objects after days.
Transitioning objects from S3 Standard to S3 Glacier Instant Retrieval after days is a valid and cost-effective configuration because S3 Glacier Instant Retrieval offers millisecond retrieval times, satisfying the -minute restore requirement, while significantly reducing storage costs. Additionally, configuring an expiration action to permanently delete objects after days ensures compliance with the company's retention policy without retaining data longer than necessary.
Step-by-Step Solution
Key Concept
Amazon S3 Storage Class and Lifecycle Optimization