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?

posta 4 anni fa624 visualizzazioni
1 Risposta
1
Risposta accettata

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
con risposta 4 anni fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande