A financial risk modeling platform generates large batch output reports during the first 10 days of every month. Financial analysts access and modify these reports multiple times per day during this 10-day period. After the 10th day, the reports are never accessed again unless requested during an annual compliance audit. The organization must retain all report files for 7 years to meet statutory obligations while minimizing total storage and retrieval costs. Which Cloud Storage strategy should you recommend?
- Create the Cloud Storage bucket with the Standard storage class and configure Object Lifecycle Management to transition objects to Archive storage after 30 days.Cevap
- BCreate the Cloud Storage bucket with the Archive storage class as the default class to immediately minimize storage unit costs upon object creation.
- CCreate the Cloud Storage bucket with the Standard storage class and configure Object Lifecycle Management to transition objects to Coldline storage after 3 days.
- DCreate the Cloud Storage bucket with the Nearline storage class and use Object Lifecycle Management to transition objects back to Standard storage after 10 days.
Cevap
Create the Cloud Storage bucket with the Standard storage class and configure Object Lifecycle Management to transition objects to Archive storage after 30 days.
The platform requires frequent daily reads and edits during the first 10 days of every month. Using Standard storage for newly created objects ensures zero retrieval fees during this active window. After 30 days, when data is rarely accessed, transitioning objects to Archive storage via Object Lifecycle Management minimizes monthly storage costs for the remaining 7-year compliance period.
Adım Adım Çözüm
Anahtar Kavram
Selecting Cloud Storage classes and configuring lifecycle transition rules based on data access patterns and retrieval cost tradeoffs.