An organization is executing a planned disaster recovery (DR) validation drill for a mission-critical web application on Google Cloud. Arrange the following steps into the correct sequence from first to last to ensure a successful failover test.
- 1Verify resource quota limits and capacity availability in the target disaster recovery region.
- 2Verify database replication catch-up and confirm that the Recovery Point Objective (RPO) target is met.
- 3Promote the secondary database replica to primary status and scale up standby compute workloads.
- 4Update Cloud DNS records and global Cloud Load Balancing routing to direct client traffic to the secondary region.
Answer
The correct chronological sequence for DR validation is: (1) Verify resource quota limits and capacity availability in the target disaster recovery region, (2) Verify database replication catch-up and confirm that the Recovery Point Objective (RPO) target is met, (3) Promote the secondary database replica to primary status and scale up standby compute workloads, and (4) Update Cloud DNS records and global Cloud Load Balancing routing to direct client traffic to the secondary region.
A structured DR validation procedure progresses systematically: verifying environmental capacity (quotas), confirming data state and RPO compliance, promoting infrastructure and databases, and finally updating network routing to shift user traffic.
Step-by-Step Solution
Key Concept
Disaster Recovery Validation Procedure Sequence