It just goes to show the difference between best practices in cloud computing, and what everyone ends up doing in reality, including well known industry names.
Best practice does not include plan for when AWS going down. Netflix does not plan for it and they have a very strong eng org.
AWS multiple services outage in us-east-1
631–640 of 1001 posts
Re: AWS multiple services outage in us-east-1
#632It just goes to show the difference between best practices in cloud computing, and what everyone ends up doing in reality, including well known industry names.
Eh, the "best practices" that would've prevented this aren't trivial to implement and are definitely far beyond what most engineering teams are capable of, in my experience. It depends on your risk profile. When we had cloud outages at the freemium game company I worked at, we just shrugged and waited for the systems to come back online - nobody dying because they couldn't play a word puzzle. But I've also had manage…
Re: AWS multiple services outage in us-east-1
#633Re: AWS multiple services outage in us-east-1
#634Er...They appear to have just gone down again.
Re: AWS multiple services outage in us-east-1
#635Just a couple of days ago in this HN thread [0] there were quite some users claiming Hetzner is not an options as their uptime isn't as good as AWS, hence the higher AWS pricing is worth the investment. Oh, the irony. [0]: https://news.ycombinator.com/item?id=45614922
That's not necessarily ironic. Seems like you are suffering from recency bias.
Re: AWS multiple services outage in us-east-1
#636Re: AWS multiple services outage in us-east-1
#637My control plane is native multi-region, so while it depends on many impacted services it stayed available. Each region runs in isolation. There is data replication at play but failing to replicate to us-east-1 had no impact on other regions.
The service itself is also native multi-region and has multiple layers where failover happens (DNS, routing, destination selection).
Nothing’s perfect and there are many ways this setup could fail. It’s just cool that it worked this time - great to see.
Nothing I’ve done is rocket science or expensive, but it does require doing things differently. Happy to answer questions about it.
Re: AWS multiple services outage in us-east-1
#638Someone, somewhere, had to report that doorbells went down because the very big cloud did not stay up. I think we're doing the 21st century wrong.
Re: AWS multiple services outage in us-east-1
#639stupid question: is buying a server rack and running it at home subject to more downtimes in a year than this? has anyone done an actual SLA analysis?
If you had /two/ houses, in separate towns, you'd have better luck. Or, if you had cell as a backup.
Or: if you don't care about it being down for 12 hours.
Re: AWS multiple services outage in us-east-1
#640aws had an outage. Many companies were impacted. Headlines around the world blame AWS. the real news is how easy it is to identify companies that have put cost management ahead of service resiliency. Lots of orgs operating wholly in AWS and sometimes only within us-east-1 had no operational problems last night. Some that is design (not using the impacted services). Some of that is good resiliency in design. And some…
Redundancy is insanely expensive especially for SaaS companies where the biggest cost is cloud. Are customers willing to pay companies for that redundancy? I think not. Once every few years outage for 3 hours is fine for non critical services.
That right there means the business model is fucked to begin with. If you can't have a resilient service, then you should not be offering that service. Period. Solution: we were fine before the cloud, just a little slower. No problem going back to that for some things. Not everything has to be just in time at lowest possible cost.