|
|
|
|
|
by krallin
3210 days ago
|
|
AWS provides you with a number of DNS records for each NLB: - One record per zone (which maps to the EIP for that zone)
- A top-level record that includes all active zones (these are all zones you have registered targets in, IIRC) The latter record is health checked, so if an AZ goes down, it'll stop advertising it automatically (there will be latency of course, so you'll have some clients connecting to a dead IP, but if we're talking unplanned AZ failure, that's sort of expected). That said, this does mean you probably shouldn't advertise the IPs directly if you can avoid it, yes. (disclaimer: we evaluated NLB during their beta, so some of this information might be slightly outdated / inaccurate) |
|
I thought one of the advantages of multiple zones is that zonal failover can happen with "zero" downtime (this seems to be the case with Amazon RDS).