A biotechnology firm stores large, multi-gigabyte genomic sequence files on AWS. During the initial days of a research project, these files are accessed continuously. After this period, the access pattern becomes highly unpredictable; some files are accessed daily by global research teams, while others are not accessed at all for several months. The firm requires a storage solution that automatically minimizes costs based on changing access patterns, guarantees millisecond retrieval times for all data, and requires no manual analysis or lifecycle rules to manage. Which Amazon S3 storage class meets these requirements?
- AAmazon S3 Standard-Infrequent Access (S3 Standard-IA)
- Amazon S3 Intelligent-TieringAnswer
- CAmazon S3 Glacier Instant Retrieval
- DAmazon S3 One Zone-Infrequent Access (S3 One Zone-IA)
Answer
Amazon S3 Intelligent-Tiering
Amazon S3 Intelligent-Tiering is the correct choice because it automatically optimizes storage costs by moving data between two access tiers (frequent and infrequent) based on changing access patterns. It does not charge retrieval fees and guarantees the same millisecond retrieval times as S3 Standard, eliminating the operational overhead of managing complex lifecycle rules for unpredictable workloads.
Step-by-Step Solution
Key Concept
Automatic cost optimization for unpredictable S3 access patterns