A financial institution is designing a storage solution in Azure for two types of data:
1. Daily transaction reports that must be immediately available for analysis by audit applications during the first days.
2. Yearly audit archives that are rarely accessed but must be retained for years for regulatory compliance, where a retrieval time of several hours is acceptable.
The institution wants to minimize storage costs. Which storage tier configuration should they choose?
- Store daily transaction reports in the Hot tier, and store yearly audit archives in the Archive tier.Answer
- BStore daily transaction reports in the Archive tier, and use a lifecycle policy to read them directly when audit applications request access.
- CStore both daily transaction reports and yearly audit archives in the Archive tier, as it is the most cost-effective tier and supports immediate data retrieval for active applications.
- DStore both types of data in Azure Disk Storage, since the customer is responsible for configuring lifecycle management and tiers at the operating system level.
Answer
Store daily transaction reports in the Hot tier, and store yearly audit archives in the Archive tier.
The Hot tier is optimized for storing data that is accessed frequently and must be immediately available, making it ideal for daily transaction reports. The Archive tier has the lowest storage costs but the highest retrieval costs and latency (taking several hours to rehydrate), which fits the requirement for yearly audit archives that are rarely accessed and can tolerate retrieval delays.
Step-by-Step Solution
Key Concept
Azure Storage Access Tiers (Hot, Cool, Cold, Archive)