A maritime logistics enterprise hosts its vessel tracking platform on Google Cloud with primary infrastructure running in region `europe-west1` and a warm standby disaster recovery site in `europe-west4`. The architecture utilizes Cloud SQL for PostgreSQL with a cross-region read replica in `europe-west4`, while the stateless application tier runs on Managed Instance Groups (MIGs). In the event of a catastrophic regional outage in `europe-west1`, which TWO operational steps must the site reliability engineering team execute to restore full application write capabilities and user traffic routing within the targeted 15-minute Recovery Time Objective (RTO)?
- Promote the Cloud SQL cross-region read replica in `europe-west4` to a standalone primary database instance to enable write operations.Answer
- Reconfigure the HTTP(S) Load Balancer backend service or Cloud DNS routing policies to direct user traffic to the secondary MIG in `europe-west4`.Answer
- CRely on existing VPC Network Peering configurations to transitively route incoming client traffic from `europe-west1` entry points to `europe-west4` compute resources without updating public routing.
- DSubmit a quota increase request for Compute Engine vCPUs in `europe-west4` as the first step of the emergency failover runbook to permit instance scaling.
Answer
During a regional disaster failover, write operations must be restored by promoting the cross-region Cloud SQL read replica in europe-west4 to a standalone instance, and user traffic must be redirected by updating the load balancer backend service or Cloud DNS routing policy to target the secondary region.
Executing a disaster recovery failover for a warm standby architecture requires two primary actions: restoring data persistence write capabilities by promoting the Cloud SQL cross-region read replica to a standalone primary instance, and redirecting client network traffic to the secondary region by updating global load balancer backend services or Cloud DNS records.
Step-by-Step Solution
Key Concept
Cross-Region Disaster Recovery Execution and Failover Mechanics