A media production company ingests raw high-definition footage into Google Cloud Storage for daily video editing. Editors frequently read and modify the video files during the first 30 days after ingestion. Between day 31 and day 365, the footage is accessed infrequently (typically once per quarter) for producing retrospective highlight reels, but must remain available immediately with millisecond latency when requested. After 365 days, the footage is no longer required and should be permanently removed. Which Cloud Storage lifecycle configuration minimizes total costs while satisfying these operational access requirements?
- Create a bucket with the default storage class set to Standard. Configure an Object Lifecycle Management rule to transition objects to Coldline storage after 30 days, and a second rule to delete objects after 365 days.Cevap
- BCreate a bucket with the default storage class set to Coldline. Configure an Object Lifecycle Management rule to transition objects to Archive storage after 30 days, and a second rule to delete objects after 365 days.
- CCreate a bucket with the default storage class set to Standard. Configure an Object Lifecycle Management rule to transition objects to Archive storage after 30 days, and a second rule to delete objects after 365 days.
- DCreate a bucket with the default storage class set to Nearline. Configure an Object Lifecycle Management rule to transition objects to Coldline storage after 30 days, and a second rule to delete objects after 365 days.
Cevap
Create a bucket with the default storage class set to Standard. Configure an Object Lifecycle Management rule to transition objects to Coldline storage after 30 days, and a second rule to delete objects after 365 days.
Starting with Standard storage ensures zero retrieval charges during the intensive 30-day editing period. Coldline storage ideal for quarterly access patterns (once every 90 days), offering low storage costs while maintaining immediate millisecond access latency. Deleting after 365 days automates resource cleanup.
Adım Adım Çözüm
Anahtar Kavram
Google Cloud Storage class selection and Object Lifecycle Management cost optimization based on access frequency and retrieval fees