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年前624ビュー
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年前

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ