|
|
|
|
|
by samstokes
5536 days ago
|
|
You're confusing AWS regions with AWS availability zones. You're not technically wrong - it is possible to have your application spread across regions and doing so would have protected against this outage - but doing so is slow and expensive, and the actual failover to a different region is difficult. Amazon explicitly recommends that if you distribute across multiple availability zones within the same region, you should be robust to the majority of outages, which should only take out one AZ. The current AWS outage is affecting all AZs in the US-East region, which Amazon claims should never happen. This earlier post [1] (HN discussion [2]) discusses this in more detail. [1] http://justinsb.posterous.com/aws-down-why-the-sky-is-fallin... [2] http://news.ycombinator.com/item?id=2471899 |
|
Some people keep saying things like; "Well, Amazon promised us that zones don't have a single point of failure". Well, sucked in I guess. Apparently they do.