An enterprise healthcare provider hosts its telemedicine platform on Google Cloud across a primary region (us-central1) and a disaster recovery region (us-east4). You are developing a formal procedure for routine disaster recovery validation to ensure business continuity goals are met without disrupting live operations. What is the correct sequence of steps to conduct this non-disruptive validation test?
- 1Confirm regional resource quotas and ensure compute capacity reservations are active in the secondary region (us-east4).
- 2Configure isolated testing routes and cloned datasets to prevent test synthetic traffic from modifying production state.
- 3Inject synthetic workload traffic and execute automated failover routing to the secondary region (us-east4).
- 4Measure recovery point objective (RPO), recovery time objective (RTO), and transactional integrity against business SLOs.
- 5Decommission synthetic validation resources, reset routing controls, and log audit reports for BCP compliance.
Answer
The correct sequence begins with verifying secondary region quotas and capacity reservations, followed by configuring an isolated test environment, executing the synthetic failover, validating RPO/RTO metrics against SLOs, and finally cleaning up test resources and recording audit logs.
A robust DR validation procedure starts by ensuring hardware capacity and quota availability in the target region. Next, an isolated environment is created to avoid impacting live operations. Once isolated, the synthetic failover is executed, performance metrics (RPO/RTO) are verified against business SLOs, and finally, resources are cleaned up and compliance logs are recorded.
Step-by-Step Solution
Key Concept
Disaster Recovery Validation & Failover Execution Sequence