QuestionQ67
Designing and planning a cloud solution architectureA retail company’s most critical application is its online payment-processing system. The business requires that the system survive a complete zonal outage while minimizing cost. You need a design that can handle a zonal failure. What should you do?
- A Deploy the application in an active-active configuration using managed instance groups (MIGs) in two different regions, fronted by a global external HTTP(S) Load Balancer and backed by a multi-regional database like Spanner.
- B Deploy the application on a regional MIG to provide high availability across multiple zones in the primary region.
- C Configure the regional MIG to use only Spot VMs to aggressively minimize operational costs while maintaining high availability.
- D Deploy the application on Compute Engine instances across multiple regions, and rely on daily snapshots for recovery to achieve the lowest possible cost.
Community Discussion