Storage Systems
Unlock the complete study guide + 1,040 practice questions across 16 full exams.
Bundled into the existing Professional Cloud Architect premium course — no separate purchase.
Included in this chapter:
- Read the access shape before the price tag
- Cloud Storage: classes, lifecycle, and retention
- Block and file storage for VMs and clusters
- Choosing the right managed database
- Exam-pattern recognition
Choosing the storage family by access shape
| Dimension | Cloud Storage (object) | Persistent Disk / Hyperdisk (block) | Filestore (file) | Managed databases |
|---|---|---|---|---|
| Access unit | Whole object by name | Raw block device | POSIX files over NFS | Queryable records |
| Who attaches | Any client over API/HTTPS | One VM at a time (regional PD spans 2 zones) | Many VMs / GKE pods at once | App clients via driver/API |
| Mutable in place | No, rewrite whole object | Yes | Yes | Yes (rows/documents) |
| Durability scope | Eleven-nines, regional or multi-region | Zonal, or regional (2-zone sync replica) | Zonal or regional tier | Service-managed replication |
| Typical use | Backups, media, data lake, archive | VM boot + data disks, databases on VMs | Lift-and-shift NFS apps, HPC, GKE shares | Transactional / analytic data |
| Cost lever | Storage class + lifecycle tiering | Disk type + provisioned IOPS/throughput | Service tier + capacity | Instance size / on-demand vs provisioned |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Filestore overview
- Cloud Storage introduction
- Compute Engine: about disks
- Hyperdisk
- Cloud SQL introduction
- Spanner documentation
- Bigtable overview
- Firestore documentation
- BigQuery introduction
- Cloud Storage classes
- Object Lifecycle Management
- Bucket Lock and retention policies
- Local SSD
- High availability with regional Persistent Disk
- Cloud Spanner Service Level Agreement