Storage Cost Tiers
Hot, warm, cold storage tiering.
Overview
Storage cost tiers (S3 Standard, S3 Intelligent-Tiering, S3 Glacier, and equivalents) trade access latency and per-request cost for dramatically lower per-GB storage cost. Hot data lives in Standard for fast frequent access; warm data lives in Infrequent Access where retrieval is fine but per-GB is half the cost; cold data lives in Glacier where retrieval takes hours but per-GB drops by 90 percent. Most teams over-pay because they leave everything in the hot tier forever.
- Hot, warm, cold tiering. Per-data tier matched to access pattern; getting this right reduces storage spend by 40-60 percent for most workloads.
- Hot: frequent access. S3 Standard or equivalent; daily-to-weekly access; pays the highest per-GB but the lowest per-request.
- Warm: infrequent access. S3 IA, Azure Cool; monthly access; lower per-GB, higher per-request, retrieval is fast.
- Cold: rare access plus quarterly audit. Glacier or Deep Archive; yearly access; cheapest per-GB, retrieval in hours; quarterly audit catches mis-tiered data.
The approach
The practical approach is per-data-class lifecycle policies that move data automatically as it ages, automated tiering (S3 Intelligent-Tiering for unpredictable patterns), quarterly audits against actual access metrics, per-data-class access frequency tracked over time, and a documented per-data-class policy committed to the infrastructure repo so the choices are reviewable.
- Per-data tier. Per-data-class tier matched to actual access pattern; not the day-one guess, the measured access.
- Automated tiering. Per-bucket lifecycle policy that moves data through tiers automatically; reduces manual work and catches forgotten data.
- Per-quarter tier audit. Quarterly review against access metrics; catches data classes that should have moved tiers but did not.
- Access tracking plus documented policy. Per-data-class access frequency tracked over time; per-data-class policy committed to the infrastructure repo for operational review.
Why this compounds
Storage tier discipline compounds across years. Each correct tier produces ongoing savings on every byte; each lifecycle policy keeps the savings recurring without per-engineer effort; the team builds a vocabulary for matching data class to tier that pays off on every new dataset. Without the discipline, accumulated old data sits in the hot tier forever and the storage bill grows linearly with retention.
- Cost efficiency. Right tier matches access; the bill tracks actual usage rather than retention default.
- Operational hygiene. Per-quarter audit catches drift; mis-tiered data surfaces before it accumulates into a CFO question.
- Operational culture. Cost awareness becomes part of storage decisions; engineers think about tier at write time rather than at audit time.
- Institutional knowledge. Each tier decision teaches storage patterns; the team learns which data classes warm up and cool down.
Storage tier discipline is an operational discipline that pays off across years. Nova AI Ops integrates with storage telemetry, surfaces tier patterns, and supports the team’s storage FinOps discipline.