An industrial manufacturing company uploads high-resolution optical inspection images to Google Cloud Storage. Analysis of the data lifecycle reveals the following operational requirements:
- Newly created images are accessed continuously by automated quality assurance systems during the first 30 days.
- Between 31 and 90 days, images are queried infrequently (approximately once per month) for batch defect trend reporting.
- After 90 days, images are rarely accessed but must be kept for 3 years to comply with industrial safety audits.
You need to design a Cloud Storage lifecycle policy that optimizes total operational cost while avoiding premature transition fees and excessive retrieval charges. Which storage class transition strategy should you implement?
- Create a bucket with the Standard storage class. Add a lifecycle rule to transition objects to Nearline storage after 30 days, and a second rule to transition objects to Coldline storage after 90 days.Cevap
- BCreate a bucket with the Nearline storage class as default. Add a lifecycle rule to transition objects directly to Archive storage after 30 days.
- CCreate a bucket with the Standard storage class. Add a lifecycle rule to transition objects directly to Archive storage after 30 days.
- DCreate a bucket with the Coldline storage class as default. Add a lifecycle rule to transition objects to Archive storage after 90 days.