🎁 New User? Get 20% off your first purchase with code NEWUSER20 Register Now →
Menu

Categories

Cloud Computing Intermediate

What is Cloud Storage Tiers?

Different storage classes offered by cloud providers, optimized for varying access patterns from frequent to archival use.

Cloud providers offer multiple storage tiers with different cost and performance characteristics. Hot/Standard storage provides immediate access for frequently used data. Warm/Infrequent Access storage reduces costs for data accessed monthly. Cold/Archive storage (AWS Glacier, Azure Archive) offers the lowest cost for rarely accessed data but with retrieval delays of minutes to hours. Intelligent tiering automatically moves objects between tiers based on access patterns. Choosing the right tier can reduce storage costs by 50-90%. Lifecycle policies automate transitions — for example, moving logs to cold storage after 90 days and deleting after one year.

Related Terms

Google Cloud Platform (GCP)
Google's suite of cloud computing services running on the same infrastructure that Google uses for its consumer products.
Virtual Machine (VM)
A software-based emulation of a physical computer that runs its own operating system and applications.
Cloud-Native
An approach to building applications that fully exploit cloud computing advantages like scalability, resilience, and flexibility.
Cloud Computing
The delivery of computing services over the internet, including servers, storage, databases, and software on demand.
IaaS (Infrastructure as a Service)
A cloud service model providing virtualized computing resources like servers, storage, and networking over the internet.
Kubernetes Pod
The smallest deployable unit in Kubernetes, consisting of one or more containers that share storage, network, and lifecycle.
View All Cloud Computing Terms →