A broadcast television network is migrating its video catalog to Google Cloud Storage. The media production team defines two distinct lifecycle phases for video assets:
1. Active Editing Phase: Newly recorded media requires frequent, high-throughput access for active editing during the first 30 days after ingestion.
2. Archival Compliance Phase: After 30 days, assets must be kept for 7 years for regulatory compliance, during which time access is expected less than once per year only during legal discovery audits.
The Cloud Engineer must minimize Total Cost of Ownership (TCO) by eliminating unnecessary retrieval fees and avoiding minimum storage duration penalties.
Which TWO cloud storage bucket configuration and lifecycle management choices should the engineer recommend?
- Set the initial bucket default storage class to Standard storage, and apply an Object Lifecycle Management rule to transition objects to Archive storage after 30 days.Answer
- Ensure that archived video assets remain untouched in Archive storage for a minimum of 365 consecutive days before any deletion or overwrite operation.Answer
- CSet the default bucket storage class to Coldline storage starting from day 1 to reduce baseline storage costs during the active editing window.
- DConfigure an Object Lifecycle Management policy to transition objects from Standard to Nearline storage on day 10, and then from Nearline to Archive storage on day 30.