A media company uploads news broadcast videos daily to Amazon S3. These video files are heavily accessed by viewers for the first 14 days after upload. After this initial period, the videos are rarely requested. However, if a video is requested, it must be available immediately (within milliseconds) for streaming. The company wants a cost-effective storage class that maintains high availability and durability across multiple Availability Zones. Which Amazon S3 storage class is the most appropriate for storing the videos after the first 14 days?
- AAmazon S3 One Zone-Infrequent Access (S3 One Zone-IA)
- Amazon S3 Standard-Infrequent Access (S3 Standard-IA)Answer
- CAmazon S3 Glacier Flexible Retrieval
- DAmazon S3 Glacier Deep Archive
Answer
Amazon S3 Standard-Infrequent Access (S3 Standard-IA) is the correct storage class because it provides cost-effective storage for infrequently accessed data with millisecond retrieval times and multi-AZ redundancy.
The correct storage class is Amazon S3 Standard-Infrequent Access (S3 Standard-IA). It is optimized for data that is accessed less frequently but requires immediate (millisecond) access when requested. It also stores data redundantly across multiple Availability Zones, meeting all of the company's requirements.
Step-by-Step Solution
Key Concept
Amazon S3 Storage Classes and their retrieval times, availability, and durability characteristics.
Estimated Time:1m 0s