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년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠