A financial payment gateway company hosts its primary transaction processing system on Compute Engine Managed Instance Groups (MIGs) in `us-east1` and maintains a warm standby disaster recovery environment in `us-central1`. The infrastructure utilizes a dedicated hybrid connection to on-premises data centers and connects to central shared security services in another VPC. During a catastrophic regional facility outage in `us-east1`, the incident response team executes their Disaster Recovery (DR) runbook to restore application processing in `us-central1` within an RTO of 15 minutes. Which TWO operational steps must the cloud engineering team perform to successfully execute the DR failover? (Select TWO.)
- Scale up the standby Compute Engine Managed Instance Groups in `us-central1` using pre-requested regional quota increases and capacity reservations.Cevap
- Update the Cloud DNS routing policy to shift production traffic from the primary `us-east1` load balancer IP to the secondary `us-central1` load balancer IP.Cevap
- CRe-architect and migrate standard regional Cloud SQL transactional databases to Cloud Spanner during the active failover procedure to establish zero-RPO multi-region write capability.
- DRoute emergency traffic from the `us-central1` VPC through an existing VPC Network Peering connection to a central transit VPC to reach the shared services VPC without establishing direct peering.
Cevap
The correct operational steps are to scale up the standby Managed Instance Groups in the disaster recovery region using pre-allocated regional quota and capacity reservations, and to update Cloud DNS routing policies to direct production traffic to the load balancer endpoint in the secondary region.
Executing a disaster recovery failover for compute workloads requires rapidly scaling standby instance capacity in the secondary region using pre-configured capacity reservations and regional quota allowances. Once backend compute resources are active, network entry points such as Cloud DNS routing policies must be updated to steer inbound client requests to the secondary regional load balancer.
Adım Adım Çözüm
Anahtar Kavram
Disaster Recovery Execution and Capacity Management