A healthcare provider hosts a critical telemedicine application on Google Cloud using a multi-region deployment across us-central1 (primary) and us-east4 (secondary). The backend relies on Cloud Spanner for transactional patient records and Compute Engine Managed Instance Groups (MIGs) for application servers behind a Global External Application Load Balancer. The business continuity requirement specifies a Recovery Point Objective (RPO) of zero and a Recovery Time Objective (RTO) under 15 minutes. Which validation procedure should the cloud architect implement to periodically verify DR readiness in us-east4 without interrupting live production traffic in us-central1?
- Pre-verify regional compute quotas in us-east4, monitor Cloud Spanner replication latency metrics, and conduct synthetic health checks against isolated test endpoints provisioned on the us-east4 MIG via Cloud DNS weighted routing.Cevap
- BInitiate an immediate full failover drill during peak hours by updating global load balancer backends to us-east4, submitting Compute Engine quota increase requests if instance allocation errors are observed during the test.
- CExport daily Cloud Spanner backups to Cloud Storage, restore them into a Cloud SQL instance in us-east4 during validation drills, and spin up a cold-standby MIG to evaluate system recovery speed.
- DEstablish an HA VPN tunnel between us-central1 and us-east4 to stream VM memory states across regions, and validate failover by executing a forced power-off on primary VM instances.
Cevap
Pre-verify regional compute quotas in us-east4, monitor Cloud Spanner replication latency metrics, and conduct synthetic health checks against isolated test endpoints provisioned on the us-east4 MIG via Cloud DNS weighted routing.
The procedure that pre-verifies regional quotas, monitors Spanner replication metrics, and executes synthetic testing via isolated routing paths validates DR readiness across compute, storage, and networking layers without causing operational disruption to live users.
Adım Adım Çözüm
Anahtar Kavram
Disaster Recovery Validation & Quota Governance