A satellite remote-sensing analytics organization ingests radar dataset files into a Google Cloud Storage bucket. The operations team outlines the following access pattern and compliance lifecycle for the data:
• For the first days after ingestion, dataset files undergo intense processing and are accessed multiple times per day by automated analytical workloads.
• Between day and day , dataset files are queried sporadically (approximately once every days) for custom customer reporting.
• After days, the datasets are accessed less than once per year but must be retained for years to meet regulatory compliance requirements.
Which Cloud Storage bucket lifecycle strategy minimizes the total cost of ownership (TCO) while adhering to storage class minimum duration rules and retrieval cost considerations?
- Set the default bucket class to Standard. Add Object Lifecycle Management rules to transition objects to Nearline storage after days, and transition objects to Archive storage after days.Answer
- BSet the default bucket class to Coldline. Keep all data in Coldline storage for the entire -year retention period to avoid lifecycle transition overhead.
- CSet the default bucket class to Standard. Add Object Lifecycle Management rules to transition objects to Coldline storage after days, and transition objects to Archive storage after days.
- DSet the default bucket class to Archive. Perform all initial -day processing using direct reads to minimize long-term storage unit costs.