An enterprise operates a real-time connected vehicle telemetry ingestion platform on Google Cloud. The core architecture uses Google Kubernetes Engine (GKE) and Cloud Spanner deployed in a primary region (us-central1). The organization requires quarterly Disaster Recovery (DR) validation to ensure failover capability to a secondary region (us-east4) under a strict Recovery Point Objective (RPO) of less than 5 seconds and a Recovery Time Objective (RTO) of less than 15 minutes. The validation procedure must not disrupt active production traffic in us-central1. Which procedure should the cloud architect mandate to validate DR readiness effectively?
- Pre-request and continuously audit compute and database quotas in us-east4, deploy non-production workload pipelines via automated IaC templates into an isolated testing VPC in us-east4, and perform synthetic workload testing against a regional database clone.Cevap
- BImplement a cold-standby strategy in us-east4 relying on scheduled hourly Cloud Storage database export files, and validate DR readiness by restoring disk snapshots and database dumps into us-east4 during the quarterly test window.
- CInitiate a full live production DNS failover during peak telemetry ingestion hours to route live vehicle traffic into us-east4 without prior verification of regional GKE core quotas in us-east4.
- DReplace Cloud Spanner with a single-zone Cloud SQL instance in us-central1 paired with an asynchronous cross-region read replica in us-east4 to streamline the database failover validation process.
Cevap
Pre-request and continuously audit compute and database quotas in us-east4, deploy non-production workload pipelines via automated IaC templates into an isolated testing VPC in us-east4, and perform synthetic workload testing against a regional database clone.
The correct procedure mandates checking resource quotas in the secondary region ahead of time, using automated Infrastructure as Code to deploy validation infrastructure into an isolated VPC, and performing synthetic testing against database clones. This guarantees DR operational readiness without causing downtime or risk to live production telemetry pipelines.
Adım Adım Çözüm
Anahtar Kavram
Developing Procedures for Business Continuity and Disaster Recovery Validation