A cloud operations engineer manages a Google Cloud Storage bucket storing high-volume security telemetry logs. The operational requirements dictate that logs must be accessed frequently during the first 30 days for real-time security analysis, accessed rarely over the subsequent 60 days for periodic auditing, and archived long-term for 3 years before deletion. The engineer must automate this workflow to minimize storage and access costs without incurring early retrieval fees during the analysis window. Which Object Lifecycle Management policy configuration should the engineer apply to the bucket?
- Keep newly uploaded log objects in Standard storage, add a lifecycle rule to transition objects to Nearline storage after 30 days, add a rule to transition to Coldline storage after 90 days, and add a rule to delete objects after 1095 days.Cevap
- BTransition newly uploaded log objects directly to Coldline storage upon bucket upload, and set a lifecycle rule to delete all objects after 1095 days.
- CMigrate the log storage workflow to a Cloud Bigtable table configured with TTL age-based retention policies to automatically delete row data after 3 years.
- DUpload all log files as Standard storage objects, and configure per-object ACLs to change the object storage class to Archive after 30 days while Uniform Bucket-Level Access is enabled.
Cevap
Keep newly uploaded log objects in Standard storage, add a lifecycle rule to transition objects to Nearline storage after 30 days, add a rule to transition to Coldline storage after 90 days, and add a rule to delete objects after 1095 days.
The correct option keeps log files in Standard storage during the initial 30-day security analysis window to prevent high retrieval fees. It configures Object Lifecycle Management rules to transition objects to Nearline storage after 30 days, to Coldline storage after 90 days (covering the 60-day audit window), and deletes them after 1095 days.
Adım Adım Çözüm
Anahtar Kavram
Cloud Storage Object Lifecycle Management and Storage Class Cost Optimization