Tuesday, May 5, 2015

domain name system - Could a Geo-DNS create availability issues?

Geo-DNS can be used to balance traffic across data-centers.
I found this (old) article where it is described why Geo-DNS implies availability issues if one of the IPs (data centers) goes down.



Could someone confirm or deny such issues?

Alternatives?
Is a plain DNS with multiple A records better?



Thanks,
Valentino

No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...