A healthcare provider stores of patient medical imaging records in an Amazon S3 bucket in the `us-east-1` region. The records are accessed frequently during the first . After , access drops to less than of the records per month, but the records must be retained indefinitely. When an archived record is requested by a physician, it must be retrieved within . The provider wants to minimize both storage and data retrieval costs. Which of the following lifecycle policies represents the most cost-effective and architecturally sound configuration?
- ATransition the objects to Amazon S3 Glacier Instant Retrieval after . Use millisecond retrievals when records are requested.
- Transition the objects to Amazon S3 Glacier Flexible Retrieval after . Use Standard retrieval (3 to 5 hours) when records are requested.Answer
- CTransition the objects to Amazon S3 Glacier Deep Archive after . Use Standard retrieval (12 hours) when records are requested.
- DTransition the objects to Amazon S3 Glacier Flexible Retrieval after . Use Expedited retrieval (1 to 5 minutes) when records are requested.
Answer
Transition the objects to Amazon S3 Glacier Flexible Retrieval after 30 days and use Standard retrieval (3 to 5 hours) when records are requested.
Transitioning to Amazon S3 Glacier Flexible Retrieval and using Standard retrieval is the most cost-effective option. S3 Glacier Flexible Retrieval has lower monthly storage costs than S3 Glacier Instant Retrieval. Standard retrieval (taking 3 to 5 hours) fits within the required 4-hour window, and unlike Expedited retrieval or Instant Retrieval, Standard retrieval carries no data retrieval charge per gigabyte.
Step-by-Step Solution
Key Concept
S3 Lifecycle and retrieval cost optimization matching business SLAs
Estimated Time:2m 0s