An enterprise analytics application processes real-time telemetry and is deployed across two Google Cloud regions: `us-central1` (primary) and `us-west1` (secondary). The application uses Google Kubernetes Engine (GKE) clusters in both regions for stateless processing and a multi-region Cloud Bigtable instance for low-latency time-series data storage. A major regional utility failure renders all compute resources in `us-central1` completely unavailable. The disaster recovery plan mandates failing over active operations to `us-west1` with minimal Recovery Time Objective (RTO) while ensuring incoming client traffic is redirected and database operations resume cleanly. Which TWO operational steps must the response team execute to complete the disaster recovery failover?
- Update the Cloud Bigtable app profile configuration to enforce single-cluster routing pointing to the cluster in `us-west1`.Answer
- Update the Cloud DNS failover routing policy or Global External Load Balancer backend service configuration to direct client traffic exclusively to the GKE ingress in `us-west1`.Answer
- CRoute traffic from `us-west1` through `us-central1`'s Cloud Router via VPC Network Peering to reach on-premises data centers during the outage.
- DInitiate a manual restore of the database in `us-west1` from the latest scheduled export file stored in Cloud Storage.
- ESubmit a quota increase request for Compute Engine vCPUs in `us-west1` immediately after declaring the disaster recovery event.