A financial technology firm is planning a Google Cloud Storage strategy for transaction verification logs to comply with industry regulations. The data lifecycle and access pattern requirements are defined as follows:
- Days 1 to 30: Newly generated logs are queried multiple times per day by real-time automated fraud detection systems.
- Days 31 to 365: Logs are accessed approximately once per month by compliance officers during scheduled financial reconciliation audits.
- Day 366 onwards: Logs are kept strictly for regulatory compliance for an additional 6 years, with an anticipated read frequency of less than once per year.
Which Cloud Storage lifecycle management configuration minimizes total cost of ownership (storage fees plus retrieval charges) while avoiding retrieval penalty costs?
- Set the default storage class to Standard. Add a lifecycle rule to transition objects to Nearline storage after 30 days, and a second lifecycle rule to transition objects to Archive storage after 365 days.Cevap
- BSet the default storage class to Coldline. Add a lifecycle rule to transition objects to Archive storage after 365 days.
- CSet the default storage class to Standard. Add a lifecycle rule to transition objects to Coldline storage after 30 days, and a second lifecycle rule to transition objects to Archive storage after 365 days.
- DSet the default storage class to Nearline. Add a lifecycle rule to transition objects to Coldline storage after 30 days, and a second lifecycle rule to transition objects to Archive storage after 365 days.