Cloud Storage Tiers Explained: Hot, Cool, Archive and Backup

📅 Updated January 2026 ⏱ 9 min read 🏷 Cloud Pricing

Cloud Storage Types

Cloud storage is divided into four fundamental types, each optimized for a different access pattern and cost profile:

Block Storage: SSD vs HDD

All major cloud providers offer two primary block storage tiers:

SSD (Premium) block storage — backed by solid-state drives. Provides consistent, low-latency IOPS (Input/Output Operations Per Second) suitable for production databases, transactional applications, and OS boot volumes. AWS gp3 EBS volumes deliver up to 16,000 IOPS baseline; Azure Premium SSD v2 supports up to 80,000 IOPS. Cost: approximately $0.08–0.12/GB/month.

HDD (Standard) block storage — backed by spinning magnetic disks. Much lower IOPS performance (typically 40–500 IOPS) but significantly lower cost. Suitable for log archives, large batch processing workloads, or data warehousing inputs. Cost: approximately $0.04–0.05/GB/month — roughly 50% cheaper than SSD for the same capacity.

MetricSSD / PremiumHDD / Standard
Cost per TB/month~$100–120~$40–50
Max IOPS (AWS)16,000–256,00040–250
LatencySingle-digit ms10–100ms
Best forDatabases, OS, appsLogs, archives, batch

Object Storage Tiers

Object storage (S3, Azure Blob, GCS) is the most commonly used cloud storage type by volume. All three providers offer multiple access tiers within their object storage services:

Frequent Access (Hot) tier — lowest latency, highest availability (99.99%+), highest per-GB cost ($0.018–0.023/GB/month). Best for actively read data: website assets, application files, current backups, and data accessed multiple times per day.

Infrequent Access (Cool) tier — lower per-GB storage cost ($0.01–0.015/GB/month) but charges a per-GB retrieval fee ($0.01/GB). Data must not be accessed for at least 30 days without incurring early deletion fees. Best for backups, disaster recovery data, and assets accessed a few times per month.

Intelligent Tiering — AWS S3 Intelligent-Tiering automatically moves objects between frequent and infrequent access tiers based on actual access patterns, charging a small monthly monitoring fee ($0.0025/1,000 objects). This is recommended for data with unknown or changing access patterns.

Archive and Cold Storage

Archive tiers offer dramatic cost reductions for data that is rarely or never accessed but must be retained for compliance, legal, or historical reasons:

ServiceProviderCost/TB/moRetrieval TimeRetrieval Cost
S3 Glacier InstantAWS$4Milliseconds$30/TB
S3 Glacier FlexibleAWS$3.703–5 hours$10/TB standard
S3 Glacier Deep ArchiveAWS$0.9912–48 hours$20/TB
Azure Blob ArchiveAzure$1.00Hours (rehydration)$20/TB
GCS ArchiveGCP$4Milliseconds$50/TB
GCS ColdlineGCP$7Milliseconds$20/TB

Backup and Snapshots

Block storage snapshots (point-in-time copies of EBS/managed disk volumes) are stored as incremental backups in object storage, billed at standard object storage rates. The first snapshot is a full copy; subsequent snapshots capture only changed blocks, making the ongoing cost much lower than the full volume size suggests.

AWS Backup, Azure Backup, and GCP Backup and DR provide managed backup policies across multiple services. Pricing is typically $0.05–0.10/GB/month for backup storage, plus data transfer costs for cross-region replication. For compliance-driven retention requirements (7-year financial records, HIPAA 6-year medical records), archive storage tiers are strongly recommended over standard backup storage to minimize long-term retention costs.

Storage Cost Optimization Strategies

Calculate your storage costs

Use our estimator to model storage costs across all four tiers with real-time pricing for your chosen provider and region.

📊 Calculate Storage Costs →