Route 53 Active-Passive Failover

0

A customer wants to do:

DNS load balancing for an Active-Passive failover. Has two data centers, DC1 (abc.com) and DC2 (xyz.com) that their end users are accessing workspace services from. Wants all users to go to "123.com" and have an Active-Passive failover in case of DR that can be manually triggered. I understand that this the fail over can obviously been done with Route 53 automatically. However, the customer's primary concern is being able to do this manually. What would be the best way to go about doing this manually, i.e. restrict the automatic failover?

asked 4 years ago615 views
1 Answer
1
Accepted Answer

Your customer could make use of a weighted routing policy (https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/routing-policy.html#routing-policy-weighted), rather than failover routing. The idea here would be to set the weight for the primary to 1 & the secondary to 0, which would route all requests to the primary. When the customer wanted to fail over to the secondary, they'd swap the weights over (primary = 0, secondary = 1).

Having said that, if an unplanned failure of the primary happened, this scheme wouldn't maintain service until the weights were swapped, so it's not an ideal scenario from that perspective.

AWS
Nick_S
answered 4 years ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions