A healthcare provider must retain historical patient medical images for 7 years to comply with regulatory standards. These files are rarely accessed (fewer than two times a year), but if a patient returns for an emergency follow-up, the images must be available for immediate viewing within milliseconds. The provider wants to minimize storage costs while meeting this response time SLA. Which Amazon S3 storage class is the most appropriate?
- AAmazon S3 Glacier Flexible Retrieval
- BAmazon S3 Standard-Infrequent Access (S3 Standard-IA)
- Amazon S3 Glacier Instant RetrievalAnswer
- DAmazon S3 Glacier Deep Archive
Answer
Amazon S3 Glacier Instant Retrieval
Amazon S3 Glacier Instant Retrieval is the most cost-effective storage class for archiving data that is accessed very rarely (such as once or twice a year) but still requires immediate access in milliseconds. It provides the same low latency and high throughput as Amazon S3 Standard, but at a significantly lower storage cost, matching the requirements of the hospital's emergency access SLA.
Step-by-Step Solution
Key Concept
AWS Storage Classes and Lifecycle Management
Estimated Time:2m 0s