If I have a
service-agent service-route
for a given service that can be reached through two different data centers (e.g., AWS direct connect through two data centers), and their branches have
peer service-routes
to each of those data centers, what's the best way to setup the config to prefer DC1 over DC2 and failover to DC2 when needed (in the case of a WAN failure between branch and DC1 or an outage in DC1).
In this case, I don't need to go
branch --> DC2 --> DC1 --> AWS
but rather want to go
branch --> DC2 --> AWS
,I'm not sure if this is accomplished using
Next Peer Service Route
.