|
|
|
|
|
by iowahansen
2899 days ago
|
|
Interesting, thank you. So a potential mitigation strategy could look like this: - Route 53 failover record
* primary record: Google global load balancer IP
* secondary record: Route 53 Geolocation set (really need that latency)
- Elastic Load balancer record per region
* routes to mirror region GCP IP address (ELB's application load balancer seems to able to point to AWS external IPs)
* optionally spin up mirror infrastructure in AWS Seems brittle. Does Azure support global load balancing with external IPs? Does anyone have such (or similar) setup actually in production? How did it work today? |
|