2 · Core infrastructure

5. Storage: Object, Block and File

Durability, consistency, storage classes and lifecycle economics.

9 min read · 3 MCQs

The three shapes

Object storage (S3, Blob, GCS) holds immutable blobs behind an HTTP API and scales without limit — ideal for media, backups and data lakes. Block storage (EBS, Persistent Disk) attaches to one instance as a raw volume for databases. File storage (EFS, Filestore) provides shared POSIX semantics over NFS.

Durability and consistency

Providers quote eleven nines of durability by replicating across facilities; that is durability, not availability, and it is not a backup — a delete or an encrypting attacker replicates too. Enable versioning, object lock and cross-region replication for anything you cannot lose.

Classes and lifecycle

Hot, infrequent-access and archive tiers trade retrieval latency and per-request cost against storage price. Lifecycle rules move objects automatically by age. Egress — data leaving the provider — is usually the surprise line on the bill.

Chapter quiz

3 questions · pass mark 75%
  1. 1. Which storage type suits a relational database volume?

  2. 2. Eleven nines of durability means the data is…

  3. 3. Lifecycle policies primarily reduce cost by…

Answer every question to submit. Progress for cl-05 is saved in this browser.