1. Overview
S3 offers multiple storage classes designed for different use cases. Each class has different pricing, availability, durability, and retrieval time characteristics. Choosing the right class is key to cost optimization.
All Storage Classes All S3 storage classes (except One Zone-IA) store data across a minimum of 3 Availability Zones. ALL classes provide 11 nines (99.999999999%) of durability. They differ in availability, retrieval time, minimum storage duration, and cost.
2. Storage Classes Detail
S3 Standard
- The default storage class
- 99.99% availability
- Low latency, high throughput
- No retrieval fee, no minimum storage duration
- Stored across 3+ AZs
Use for: Frequently accessed data. Websites, content distribution, data analytics.
S3 Intelligent-Tiering
- Automatically moves objects between tiers based on access patterns
- No retrieval fees when objects move between tiers
- Small monthly monitoring fee per object
- 99.9% availability

Use for: Data with unknown or changing access patterns.
S3 Standard-IA (Infrequent Access)
- Lower storage cost than Standard, but charges a per-GB retrieval fee
- 99.9% availability
- Minimum storage duration: 30 days
- Minimum object size charge: 128 KB
- Stored across 3+ AZs
Use for: Data accessed less than once a month but needs millisecond retrieval. Backups, DR.
S3 One Zone-IA
- Same as Standard-IA but stored in only ONE Availability Zone
- 99.5% availability
- 20% cheaper than Standard-IA
- Data is lost if the AZ is destroyed
- Minimum: 30 days, 128 KB
Use for: Data you can recreate (secondary backups, thumbnails).
Important Warning One Zone-IA stores data in only 1 AZ. If that AZ is destroyed, your data is lost. NEVER use data that cannot be recreated.
S3 Glacier Instant Retrieval
- Lowest-cost storage for data accessed approximately once per quarter
- Millisecond retrieval (same as Standard)
- Minimum storage duration: 90 days
Use for: Medical images, news media assets. Accessed rarely but needs instant access.
S3 Glacier Flexible Retrieval
- Low-cost archival storage
- Retrieval: Expedited (1–5 min), Standard (3–5 hours), Bulk (5–12 hours)
- Minimum storage duration: 90 days
Use for: Archive data where you can wait minutes to hours. Compliance archives.
S3 Glacier Deep Archive
- Lowest-cost S3 storage class
- Retrieval: Standard (12 hours), Bulk (48 hours)
- Minimum storage duration: 180 days
Use for: Data retained for 7–10+ years. Regulatory compliance, long-term backup.
3. Storage Classes Comparison

4. Retrieval Speed Comparison

5. When to use
Use different storage classes to optimize cost based on how frequently and urgently you need to access your data.
Key exam triggers:
- "reduce storage costs."
- "infrequent access"
- "archive"
- "retrieval time"
- "storage class comparison"
- "lifecycle transition"
Exam Tip Storage class questions: "Cheapest for long-term archive" = Glacier Deep Archive. "Instant access but infrequent" = Standard-IA or Glacier Instant. "Unknown access pattern" = Intelligent-Tiering. "Data can be recreated" = One Zone-IA. ALL classes = 11 nines durability. One Zone-IA = only class with 1 AZ. Min durations: 30 days (IA), 90 days (Glacier), 180 days (Deep Archive).