Backup Cost Control
Backups are cheap individually; expensive collectively.
Overview
Backup costs are individually trivial and collectively enormous. A single EBS snapshot is cheap; thousands of snapshots across hundreds of volumes with multi-year retention is a line item that surprises finance every quarter. The discipline is matching retention to recovery need rather than enabling backups uniformly and forgetting about them.
- Aggregate cost compounds. Cheap per snapshot, expensive across volume and retention. The total is what hits the bill.
- Per-resource retention policy. Production data, dev data, and ephemeral caches all get different retention. Uniform policy is uniformly wrong.
- Tier-based storage. Hot, warm, and cold storage classes match access patterns. Cold tiers are dramatically cheaper.
- Account audit plus selective cross-region. Per-account backup inventory catches drift; cross-region replication only on data that genuinely needs DR.
The approach
Three habits keep backup spend under control: per-resource retention matched to recovery requirements, tier-based storage as snapshots age, and a quarterly audit that catches forgotten backups before they cost real money.
- Per-resource retention. Retention scaled to recovery requirements per resource class. Documented in IaC.
- Tier-based storage. Recent snapshots in hot tier, older snapshots in cold. Lifecycle rules transition automatically.
- Quarterly account audit. Inventory of every backup with last-restore date. Orphaned backups surface and get cleaned.
- Cross-region for DR-only plus documented rationale. Cross-region replication restricted to data that genuinely needs it; per-resource the why-this-policy.
Why this compounds
Each correctly-shaped backup policy saves money every month for the lifetime of the data. Quarterly audits catch the forgotten resources before they accumulate into seven-figure surprises. The team’s recovery discipline deepens alongside the cost discipline.
- Cost efficiency improves continuously. Right retention matched to recovery needs. The savings continue every month.
- Recovery posture stays sharp. Right backups, right tier, tested restores. RPO and RTO match documented commitments.
- Operational hygiene compounds. Quarterly cleanup catches orphaned snapshots before they accumulate.
- Year-one investment, year-two habit. First policy is heavy lift. By year two, every new resource ships with backup policy on day one.