AWS Certified Developer – Associate (DVA-C02) — Question 436

A developer is creating a video search application for a global company. The video files have an average size of 2.5 TB. The video storage system must provide instant access to the video files for the first 90 days. After the first 90 days, the video files can take more than 10 minutes to load.

Which solution will meet these requirements MOST cost-effectively?

Answer options

Correct answer: D

Explanation

S3 Glacier Instant Retrieval is the most cost-effective storage class that provides millisecond-level access to archived data, satisfying the instant access requirement for the first 90 days. Transitioning the files to S3 Glacier Flexible Retrieval after 90 days is ideal because its standard retrieval time is 3-5 hours, which fits the requirement of allowing more than 10 minutes to load while being extremely cost-efficient. Options involving Amazon EFS or Amazon EBS are significantly more expensive for storing multi-terabyte files, and S3 Glacier Deep Archive does not support instant retrieval.