Production Reliability
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:
- Reliability you can prove, not reliability you hope for
- Chaos engineering and fault injection
- Load and stress testing for capacity
- Recovery testing, game days, and pen-test policy
- Exam-pattern recognition
Which resilience-validation technique proves which reliability property
| Technique | Reliability property it proves | What you inject | Pass/fail measured against |
|---|---|---|---|
| Chaos engineering / fault injection | Graceful degradation and redundancy | Killed instances, zones, or backends; injected latency or errors; misconfigurations | Golden signals stay inside the SLO error budget; no cascading failure |
| Load and stress testing | Horizontal scalability and capacity | Traffic beyond expected peak, escalated to a breaking point | Autoscaling responds in time; latency and error rate hold to target |
| Disaster-recovery testing / game days | Recovery from failure and data loss | Real regional failover, release rollback, restore from backup | Recovery time meets RTO; data loss meets RPO |
| Penetration testing | Security of the controls that keep the system available | Simulated attacker activity against your own projects | No exploitable path; runs under the AUP, no Google pre-authorization |
Decision tree
Cheat sheet
Unlock with Premium — includes all practice exams and the complete study guide.
Also tested in
References
- Compute Engine: Instance groups (MIG)
- Well-Architected Framework: Reliability pillar principles Well-Architected
- Well-Architected Framework: Perform testing for recovery from failures Well-Architected
- Site Reliability Engineering: Monitoring distributed systems (the four golden signals)
- Compute Engine: Autoscaling groups of instances
- Architecture Center: Disaster recovery planning guide Well-Architected
- Well-Architected Framework: Perform testing for recovery from data loss Well-Architected
- Cloud Security FAQ: penetration testing (no pre-authorization) FAQ
- Google Cloud Platform Acceptable Use Policy