A retail company wants to migrate its customer transaction images to Amazon S3. The access patterns for these images are highly unpredictable, with some images being accessed frequently during promotion periods and others not accessed for months. The company wants to optimize its storage costs automatically without manual intervention or performance degradation when access patterns change. Which Amazon S3 storage class should the company use to meet these requirements?
- AAmazon Elastic Block Store (Amazon EBS)
- Amazon S3 Intelligent-TieringAnswer
- CAmazon S3 Standard-Infrequent Access (S3 Standard-IA)
- DAmazon S3 Glacier Instant Retrieval
Answer
Amazon S3 Intelligent-Tiering
The correct answer is Amazon S3 Intelligent-Tiering. This storage class is specifically designed to optimize storage costs by automatically moving data to the most cost-effective access tier when access patterns change. It is ideal for data with unknown or unpredictable access patterns, and it does not charge retrieval fees or require manual management.
Step-by-Step Solution
Key Concept
Selecting the appropriate Amazon S3 storage class based on access patterns and cost optimization requirements.