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?

已提问 4 年前625 查看次数
1 回答
1
已接受的回答

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
已回答 4 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则