A global supply chain management platform runs its core transactional fulfillment service on Compute Engine Managed Instance Groups (MIGs) and Cloud SQL for PostgreSQL in us-central1 as the primary region, with a cross-region read replica in us-east4 for disaster recovery. To meet compliance standards, the organization must regularly validate its business continuity and disaster recovery (DR) procedures. The business requires a Recovery Point Objective (RPO) of under 1 minute, a Recovery Time Objective (RTO) of under 15 minutes, and zero disruption to live customer traffic during validation drills. Which validation procedure should the Cloud Architect implement?
- AReconfigure the disaster recovery procedure to rely on nightly Cloud Storage database backups, and validate recovery by restoring the latest database snapshot to cold-standby Compute Engine instances in us-east4 during the drill.
- Pre-verify compute and IP quota allocations in us-east4, promote a temporary isolated clone of the us-east4 read replica to test data integrity against recent transactions, and simulate application load against the cloned environment without switching live DNS records.Cevap
- CInitiate a full live DNS cutover to us-east4 during peak operational hours without prior quota verification, relying on MIG auto-scaling policy defaults in us-east4 to automatically request necessary compute quota increases during failover.
- DMigrate the primary relational database to a single-region Cloud Spanner instance in us-central1 with asynchronous exports to Cloud Storage in us-east4, validating recovery by importing backup files into a newly created Spanner instance during the drill.
Cevap
Pre-verify compute and IP quota allocations in us-east4, promote a temporary isolated clone of the us-east4 read replica to test data integrity against recent transactions, and simulate application load against the cloned environment without switching live DNS records.
The optimal DR validation procedure verifies regional quotas in advance to avoid capacity errors during failover and uses isolated database cloning to validate data replication integrity and RTO boot times without disrupting live production users or breaking continuous replication.
Adım Adım Çözüm
Anahtar Kavram
Disaster Recovery Validation and Pre-Failover Capacity Verification