Skip to content

Comment on Amazon Route 53 Introduces DNS failover

Comments

isn't this offering cannibalizing AWS load balancers? if I have a set of web servers with a load balancer at front and health checks that takes unhealthy nodes out of rotation, isn't it cheaper now to just use this DNS fail-over?

http://aws.amazon.com/pricing/elasticloadbalancing/ http://aws.amazon.com/route53/pricing/

Not really - DNS failover is typically much slower to respond compared to load balancing because records are cached.

ELB is a local load balancer, distributing requests to local servers based on load and availability.

R53 is a global traffic manager, distributing requests to datacenters to provide failover and latency optimization.

AboutSource Built by g1lg1l

Hackerly is an independent reader for Hacker News, built on the public HN API. Not affiliated with Y Combinator.