A global enterprise operates a high-throughput financial transactions processing platform on Google Cloud with a primary deployment in region us-east4 and a designated disaster recovery (DR) site in us-west1. The database layer utilizes Cloud SQL cross-region read replicas, while microservices run on Google Kubernetes Engine (GKE). The organization is finalizing standard operating procedures for periodic, non-disruptive DR validation drills designed to verify an RTO of 1 hour and an RPO of 5 minutes. Which TWO procedures must the cloud architect include in the DR validation execution plan to ensure accurate validation without disrupting active production operations or causing drill failures? (Select 2 answers.)
- Submit regional resource quota increase requests for GKE compute nodes and IP addresses in the secondary region (us-west1) well before executing the validation drill.Cevap
- Perform validation testing against a isolated clone or point-in-time recovery (PITR) instance derived from the secondary database, preserving continuous cross-region replication from production.Cevap
- CPromote the live Cloud SQL secondary read replica to a standalone primary database instance during the non-disruptive test window, then re-establish replication manually back to us-east4.
- DReroute multi-gigabit database synchronization traffic temporarily over standard Cloud VPN tunnels to validate cross-region bandwidth limits under failover conditions.
Cevap
The correct procedures are to request regional compute/network quota increases in the secondary region prior to the drill and to perform database validation against a cloned or point-in-time recovery copy rather than promoting the live production cross-region replica.
To execute a non-disruptive disaster recovery drill, organizations must ensure the secondary region has adequate quota to host production workloads by requesting quota increases prior to the test. Additionally, to avoid disrupting production database replication streams, testing must occur on isolated database snapshots or cloned instances rather than promoting the active replica.
Adım Adım Çözüm
Anahtar Kavram
Developing non-disruptive Business Continuity and Disaster Recovery (BCP/DR) validation procedures on Google Cloud requires pre-verifying regional capacity/quotas and maintaining continuous production replication by conducting tests on cloned isolated environments.
Tahmini Süre:2m 30s