A studio keeps 4 PB of completed video projects in Amazon S3. Editors work on active projects for about 60 days, auditors occasionally review the same objects for several months, and legal policy requires retention for 7 years. Retrieval of very old files can take hours. Which three actions should the architect recommend? Select three.
Trap 1: Keep the files in S3 Standard indefinitely so retrieval is always…
S3 Standard provides fast access, but it is unnecessarily expensive for multi-year retention of footage that is rarely needed.
Trap 2: Copy the files to a single EBS volume for lower per-GB cost.
EBS is block storage and is not suitable for massive archival libraries with lifecycle and retention requirements like these.
- A
Transition objects to S3 Standard-IA after 60 days.
Standard-IA is a good fit after the active editing window because the objects are accessed less often but still need relatively quick retrieval.
- B
Transition objects to S3 Glacier Deep Archive after the review period ends.
Deep Archive minimizes long-term storage spend when the oldest footage can tolerate hour-scale retrieval, exactly as stated in the scenario.
- C
Expire objects after 7 years.
Lifecycle expiration at the end of the legal retention window stops unnecessary storage charges after the policy requirement is satisfied.
- D
Keep the files in S3 Standard indefinitely so retrieval is always fast.
Why wrong: S3 Standard provides fast access, but it is unnecessarily expensive for multi-year retention of footage that is rarely needed.
- E
Copy the files to a single EBS volume for lower per-GB cost.
Why wrong: EBS is block storage and is not suitable for massive archival libraries with lifecycle and retention requirements like these.