A healthcare enterprise runs its electronic health record (EHR) analytics system on Google Cloud. The primary deployment operates in region `us-central1` using Cloud SQL for PostgreSQL and Compute Engine Managed Instance Groups (MIGs). To meet disaster recovery (DR) objectives of Recovery Time Objective (RTO) under 15 minutes and Recovery Point Objective (RPO) under 1 minute while minimizing baseline idle infrastructure costs, you implement a warm standby pattern in region `us-east4`. You configure a cross-region read replica for Cloud SQL and maintain a minimal scaled-down MIG in `us-east4`. During a simulated regional failover drill in `us-east4`, the Cloud SQL read replica is successfully promoted to primary, but scaling out the DR MIG to handle production traffic fails immediately with instance provisioning errors. What is the most likely root cause of this failure during DR execution?
- The organization did not proactively request and verify sufficient regional Compute Engine CPU and instance quotas in us-east4 prior to executing the failover.Cevap
- BThe architecture failed to replace Cloud SQL with Cloud Spanner, which is required to achieve cross-region replication with an RPO under 1 minute.
- CThe replication traffic exceeded HA VPN tunnel throughput caps between GCP regions, blocking MIG compute instance startup.
- DThe DR MIG instances could not communicate with the database because VPC Network Peering between primary and DR VPCs does not support transitive routing.