A company runs a document management application where users upload and retrieve files of varying sizes. The access patterns for these files are highly unpredictable; some files are accessed multiple times daily, while others remain untouched for months, with no regular cycle. The company wants to minimize storage costs automatically without paying retrieval fees and without affecting application performance. Which Amazon S3 storage class is best suited for this scenario?
- Amazon S3 Intelligent-TieringCevap
- BAmazon S3 Standard-Infrequent Access (S3 Standard-IA)
- CAmazon S3 Glacier Flexible Retrieval
- DAmazon Elastic Block Store (Amazon EBS)
Cevap
Amazon S3 Intelligent-Tiering is the best storage class because it automatically optimizes storage costs for data with unpredictable access patterns by moving it between a Frequent Access tier and an Infrequent Access tier without retrieval fees or operational overhead.
Amazon S3 Intelligent-Tiering is correct because it is specifically designed to optimize storage costs automatically when access patterns are unpredictable or changing. It moves objects that have not been accessed for 30 consecutive days to the Infrequent Access tier, and automatically moves them back to the Frequent Access tier when they are accessed, without any retrieval fees.
Adım Adım Çözüm
Anahtar Kavram
Selecting the appropriate S3 storage class based on access patterns, retrieval time, and cost considerations.
Tahmini Süre:1m 0s