By using AWS re:Post, you agree to the AWS re:Post Terms of Use

Disaster Recovery: How does DNS failover work for AWS Disaster Recovery?

0

Hi re:Post,

I am not a network/domain admin but have some general questions regarding DR with an AWS framework.

Suppose the servers in our Ohio region go down.

We recreate all servers via snapshots in Oregon region.

How does the DNS load balancer 'know' about the new servers in Oregon region?

How does DNS failover work in this situation?

I've read this article: https://docs.aws.amazon.com/prescriptive-guidance/latest/strategy-database-disaster-recovery/defining.html

but I think it's just the tip of the iceberg so to speak, can you suggest other articles as well ?

Thank you for your time and help!

Best Regards,

Donald

1 Answer
1
Accepted Answer

You will have a new load balancer in the new region.

Load balancers are regional.

You need to update the DNS records to point to the new load balancer.

Alternatively you could use global accelerator which points to your primary and secondary load balancer. This way you never need to update DNS. Failover would be built in

Another option is Route53 health check https://docs.aws.amazon.com/Route53/latest/DeveloperGuide/dns-failover.html

profile picture
EXPERT
answered a month ago
profile picture
EXPERT
reviewed a month ago
  • Thank you Gary and Steve for your answers, link, and review of my questions! Best Regards, Donald

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