A digital banking platform hosts its primary transactional processing engine in GCP region `us-central1` with a hot standby disaster recovery (DR) site configured in `us-east4`. The application uses Compute Engine Managed Instance Groups (MIGs) that auto-scale based on incoming traffic demands. During an unannounced disaster recovery simulation where `us-central1` traffic was failed over to `us-east4`, the MIG in `us-east4` failed to scale beyond its baseline count to accommodate peak load, causing service disruption. System logs reveal that compute instance creation requests were rejected due to resource limits. Which action should the Lead Cloud Architect take to ensure reliable execution of the disaster recovery failover plan during a regional outage?
- Submit and maintain proactive requests for Compute Engine vCPU and instance quota increases in the target disaster recovery region (`us-east4`) to match peak production capacity demands.Answer
- BMigrate the backend database from Cloud SQL to Cloud Spanner so compute vCPU quotas are automatically increased across secondary regions during a failover event.
- CReplace the existing HA VPN hybrid connectivity with a Dedicated Interconnect to bypass regional Compute Engine quota restrictions during emergency failovers.
- DConfigure transitive routing across peered VPC networks to pool and share Compute Engine vCPU quotas between `us-central1` and `us-east4`.