A system administrator manages a Cloud Storage bucket containing application log files. The logs are frequently inspected during the first 30 days after creation, but are accessed only occasionally after 30 days. To automatically reduce storage costs without deleting any data or manually moving files, which action should you perform?
- Configure an Object Lifecycle Management rule on the bucket to transition objects to Nearline Storage after 30 days.Cevap
- BChange the default storage class of the Cloud Storage bucket to Archive Storage immediately upon creation.
- CMigrate all existing and incoming log data into Cloud Bigtable to lower overall per-gigabyte storage fees.
- DExecute a daily gsutil command script to copy objects older than 30 days into a secondary bucket with Uniform Bucket-Level Access disabled.
Cevap
Configure an Object Lifecycle Management rule on the bucket to transition objects to Nearline Storage after 30 days.
Object Lifecycle Management rules allow setting lifecycle conditions (such as Age = 30 days) to automatically transition objects from Standard to Nearline storage, optimizing storage costs according to access frequency.
Adım Adım Çözüm
Anahtar Kavram
Cloud Storage Object Lifecycle Management