Glossary · Storage
What is S3 Storage Class?
A tier of S3 storage trading retrieval latency, durability, and minimum-storage-duration for price — Standard, Standard-IA, Intelligent-Tiering, One Zone-IA, Glacier flavors.
By HabileLabs
S3 Storage Class
An S3 storage class determines how AWS stores an object and what it charges per GB-month. Classes span a ~23× price range:
- Standard — frequent access, multi-AZ. Default. $0.023/GB-month in us-east-1.
- Standard-IA — infrequent access, multi-AZ. ~45% cheaper, but has minimum-duration and per-GB retrieval fees.
- Intelligent-Tiering — automatic movement between tiers based on access patterns, no retrieval fees, small monitoring fee per object.
- One Zone-IA — single-AZ infrequent access. Cheaper but non-redundant.
- Glacier Instant Retrieval — milliseconds-latency archive. ~83% cheaper than Standard.
- Glacier Flexible Retrieval — minutes-to-hours retrieval. ~80% cheaper.
- Glacier Deep Archive — 12+ hour retrieval. ~96% cheaper. $0.00099/GB-month.
Storage class is the highest-leverage cost lever in S3 — moving cold data from Standard to Glacier Deep Archive cuts the storage line item by ~96%. The trap is moving data that turns out to be warmer than expected, where retrieval fees and per-GB egress wipe out the savings.
Refine analyzes S3 access patterns and recommends class changes where the math is favorable. See the blog S3 Storage Class Tuning Without Breaking Apps.
- !Standard-IA / One Zone-IA have a 30-day minimum duration. Moving short-lived data into them costs more, not less.
- !Glacier classes have retrieval fees per GB — for unpredictable access, prefer Intelligent-Tiering.
- !A lifecycle policy is the right way to move data between classes; Intelligent-Tiering automates the decision.
Find waste like this in your own AWS account — free
60-second IAM-role connection. Read-only. No signup needed for the bill analyzer.
Refine is built and supported by HabileLabs, an AWS Advanced Tier Services Partner.