A national smart power grid operator ingests real-time telemetry from millions of edge meters into Google Cloud across a primary region (us-central1) and a secondary disaster recovery region (us-east4). The organization must execute a scheduled business continuity validation drill to prove recovery capability without corrupting live state or exceeding target Recovery Point Objective (RPO) and Recovery Time Objective (RTO) limits. In what sequential order should the cloud architecture team execute the following procedure steps to validate regional disaster recovery failover?
- 1Audit compute quota limits and verify active capacity reservations in the secondary target region (us-east4).
- 2Perform database failover by updating Cloud Spanner regional leader assignments and verifying transactional commit state consistency.
- 3Update Cloud DNS routing policies and Global External Application Load Balancer backend service groups to direct live IoT traffic to us-east4.
- 4Execute synthetic telemetry validation tests to measure end-to-end processing latencies and verify compliance with RTO and RPO metrics.
- 5Re-establish cross-region database replication back to us-central1 and verify sync state to prepare for failback.
Cevap
The correct operational sequence begins with pre-drill quota and capacity reservation validation in the target region, followed by database state transition and integrity verification, then live traffic redirection via Cloud DNS and Global Load Balancing, followed by synthetic workload testing for RPO/RTO validation, and concludes with restoring cross-region database replication back to the primary region.
Disaster recovery validation requires a strict dependency order: verifying infrastructure capacity prerequisites (quota and reservations), transitioning the persistent state layer (database failover), shifting network ingress routing (DNS and load balancing), validating application health against RPO/RTO metrics using synthetic tests, and finally re-establishing reverse data replication to guarantee ongoing business continuity.
Adım Adım Çözüm
Anahtar Kavram
Disaster Recovery Validation Procedures and Operational Execution Order