A financial technology company needs to store historical customer transaction receipts in Google Cloud Storage for 5 years to meet regulatory compliance requirements. These receipts are expected to be accessed less than once per year, but when requested for an audit, they must be retrieved immediately within milliseconds. Which Cloud Storage class provides the lowest storage cost for this access pattern?
- Archive StorageAnswer
- BColdline Storage
- CNearline Storage
- DStandard Storage
Answer
Archive Storage is the most cost-effective Google Cloud Storage class for data accessed less than once per year while providing millisecond retrieval times.
Archive Storage is optimized for long-term digital preservation and data accessed less than once per year. It provides the lowest per-gigabyte monthly storage cost among Google Cloud Storage classes while preserving instant (millisecond) access.
Step-by-Step Solution
Key Concept
Selecting Cloud Storage classes based on access frequency, retention period, and cost optimization.