A Cloud Engineer discovers that a daily log export process into a Cloud Storage bucket is incurring high operational costs. Inspection reveals an Object Lifecycle Management rule configured to transition objects to the Coldline storage class zero days after creation. However, an automated analytics pipeline reads these newly created log files multiple times daily during their first two weeks before access drops completely. Which action should the engineer take to resolve the issue and optimize costs?
- Modify the lifecycle rule to keep objects in Standard storage for 30 days before transitioning them to Coldline storage.Cevap
- BChange the bucket default storage class to Archive while leaving the immediate transition lifecycle rule active.
- CMigrate the daily export storage target from Cloud Storage to Cloud Bigtable and configure an age-based garbage collection policy.
- DEnable Uniform Bucket-Level Access on the Cloud Storage bucket to automatically negate retrieval fees for active objects.
Cevap
Modify the lifecycle rule to keep objects in Standard storage for 30 days before transitioning them to Coldline storage.
Cloud Storage Standard storage carries no retrieval fee, making it the most economical choice for data accessed repeatedly during the first two weeks. Delaying the transition to Coldline until after 30 days eliminates retrieval fee penalties while ensuring long-term storage savings once queries cease.
Adım Adım Çözüm
Anahtar Kavram
Cloud Storage Lifecycle Management and Retrieval Cost Optimization