A media company produces video content and stores all videos in Amazon S3. New videos are accessed frequently for the first 30 days after release. After that, access drops significantly, but the company must retain all videos for 5 years for archival purposes. The company wants to minimize storage costs without compromising retrieval speed for the frequently accessed period. Which S3 storage class strategy should the company implement?
Trap 1: Store all videos in S3 Standard for the entire 5-year retention…
S3 Standard is optimized for frequently accessed data, but storing all videos in this class for 5 years would incur high costs for data that is rarely accessed after the first 30 days. This does not minimize storage costs.
Trap 2: Store all videos in S3 Glacier Deep Archive immediately upon upload.
S3 Glacier Deep Archive provides the lowest storage cost, but retrieval times range from 12 to 48 hours. This would cause unacceptable delays for the frequent access required during the first 30 days after release.
Trap 3: Store newly uploaded videos in S3 One Zone-IA, then transition to…
S3 One Zone-IA is not suitable for archival because it stores data in a single Availability Zone and has lower durability. Additionally, S3 Glacier Flexible Retrieval is more expensive than S3 Glacier Deep Archive for long-term archival, so this option does not minimize cost as effectively.
- A
Store all videos in S3 Standard for the entire 5-year retention period.
Why wrong: S3 Standard is optimized for frequently accessed data, but storing all videos in this class for 5 years would incur high costs for data that is rarely accessed after the first 30 days. This does not minimize storage costs.
- B
Store all videos in S3 Glacier Deep Archive immediately upon upload.
Why wrong: S3 Glacier Deep Archive provides the lowest storage cost, but retrieval times range from 12 to 48 hours. This would cause unacceptable delays for the frequent access required during the first 30 days after release.
- C
Store newly uploaded videos in S3 Standard, then use an S3 Lifecycle policy to transition them to S3 Glacier Deep Archive after 30 days.
S3 Standard provides low-latency access for the first 30 days. An S3 Lifecycle policy automatically moves data to S3 Glacier Deep Archive after that period, minimizing long-term storage costs while meeting the archival retention requirement.
- D
Store newly uploaded videos in S3 One Zone-IA, then transition to S3 Glacier Flexible Retrieval after 30 days.
Why wrong: S3 One Zone-IA is not suitable for archival because it stores data in a single Availability Zone and has lower durability. Additionally, S3 Glacier Flexible Retrieval is more expensive than S3 Glacier Deep Archive for long-term archival, so this option does not minimize cost as effectively.