You want to design a high availability architecture for a web application on Google Cloud Platform. Which setup ensures the application remains available even if an entire region fails?
Think about what happens if a whole region goes down. Which option covers multiple regions?
Only deploying across multiple regions with global load balancing ensures availability if one region fails. Regional or zonal setups protect against smaller failures but not entire region outages.
You want to configure a Cloud SQL instance for high availability. Which configuration option correctly enables automatic failover?
Automatic failover requires a failover replica in a different zone and enabling HA.
Cloud SQL high availability requires a failover replica in a different zone and enabling the HA option to allow automatic failover in case the primary fails.
In a multi-region high availability setup, which practice best protects your application from unauthorized access while maintaining availability?
Think about controlling access securely and limiting permissions.
Using IAP with global load balancers and least privilege IAM roles ensures secure access control without compromising availability across regions.
What happens to user traffic when a Google Cloud global HTTP(S) load balancer detects that the primary region is down?
Global load balancers monitor backend health and reroute traffic automatically.
The global HTTP(S) load balancer automatically routes traffic to healthy backends in other regions when it detects a regional failure, ensuring continuous availability.
You have a multi-region application with a Cloud Spanner database. To optimize for both high availability and low latency, which configuration is best?
Consider how Cloud Spanner handles replication and latency across regions.
Cloud Spanner multi-region instances distribute replicas across regions, providing high availability and allowing read-write transactions to be served with low latency by routing to the closest replica.