Technical Requirements
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:
- The six pillars are the lens for technical requirements
- High availability: redundancy across failure domains
- Scalability: horizontal and elastic, so capacity tracks load
- Backup, recovery, and DR: match the pattern to RTO and RPO
- Gemini Cloud Assist: the architect's collaborator
- Exam-pattern recognition
DR and HA patterns by RTO/RPO and relative cost
| Pattern | Recovery posture | Typical RTO | Typical RPO | Relative cost |
|---|---|---|---|---|
| Backup and restore (cold) | Restore from backups/snapshots into a rebuilt environment | Hours (longest) | Up to the backup interval | Lowest |
| Warm standby | Scaled-down copy running in a second location, scaled up on failover | Minutes to low hours | Near-current (async replication) | Medium |
| Hot / active-active | Full capacity serving in 2+ locations at once | Near zero | Near zero (sync replication) | Highest |
| High availability (in-region) | Redundant instances across zones keep one environment serving | Survives component/zone failure, not a region loss | No data loss for in-region failures | Adds redundancy cost only |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Google Cloud Well-Architected Framework Well-Architected
- Well-Architected Framework: Reliability pillar Well-Architected
- Well-Architected Framework: Performance optimization pillar Well-Architected
- Compute Engine: Regions and zones
- External Application Load Balancer (HTTPS load balancing)
- Autoscaling groups of instances
- Architecting disaster recovery for cloud infrastructure outages: Planning guide Well-Architected
- Disaster recovery planning guide (building blocks) Well-Architected
- Gemini Cloud Assist overview