Hacker News new | ask | show | jobs
by wmf 4281 days ago
something like availability zones

How is that different from a datacenter?

2 comments

With az's you can at least have some fault tolerance and not have to pay the outbound costs or latency associated with going across the wan.
AZs in AWS are essentially distinct "datacenters" from a logical perspective. There is no shared infrastructure between them; if AZ B drops off, as long as you have your data and instances replicated and serving in another AZ, you will see no downtime.
That is "in theory". In fact there have been region wide failures at the AWS services level, though none recently that I know of.