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.

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.

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.

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.