A high-throughput electronic health record (EHR) analytics platform on Google Cloud operates primarily out of us-central1 with an automated failover target in us-east4. The application requires a Recovery Point Objective (RPO) of under 1 minute and a Recovery Time Objective (RTO) of under 15 minutes. During a scheduled disaster recovery (DR) simulation drill, database replication verified clean state synchronization, but application compute instances in us-east4 failed to scale up to accept incoming traffic due to regional vCPU quota exhaustion, leading to an RTO breach. Which procedure should the Cloud Architect mandate to resolve this issue and validate future DR readiness?
- Provision Compute Engine capacity reservations in the target DR region for baseline workload requirements and include automated regional quota pre-checks in the DR validation runbook prior to initiating traffic failover.Answer
- BRely on standard Compute Engine Managed Instance Group autoscaling in us-east4 and configure Cloud Monitoring alerts to automatically submit urgent GCP quota increase requests at the moment failover is triggered.
- CChange the disaster recovery architecture from warm standby to a cold standby backup-and-restore model using nightly disk snapshots to eliminate compute quota usage until a disaster occurs.
- DReplace cross-region Cloud Load Balancing with HA VPN tunnels between the two regions to bypass GCP regional Compute Engine quota constraints during traffic failover.
Answer
Provision Compute Engine capacity reservations in the target DR region for baseline workload requirements and include automated regional quota pre-checks in the DR validation runbook prior to initiating traffic failover.
Reserving capacity in the destination DR region guarantees compute availability when failover occurs. Combining this with automated pre-check validation steps ensures that quotas and capacity are verified before traffic failover is initiated, maintaining strict adherence to RPO and RTO bounds.
Step-by-Step Solution
Key Concept
Disaster Recovery Capacity Planning and Quota Validation Procedures