Live data from Hacker News

AWS multiple services outage in us-east-1

health.aws.amazon.com

631–640 of 1001 posts

Re: AWS multiple services outage in us-east-1

#631
post #562
post #485

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.

It was only one region.

Re: AWS multiple services outage in us-east-1

#632
post #544
post #485

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.

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…

Indeed, yet one would expect AWS to lead by example, including all of those that are only using a single region.

Re: AWS multiple services outage in us-east-1

#635

Just 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

>Just 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.

That's not necessarily ironic. Seems like you are suffering from recency bias.

Re: AWS multiple services outage in us-east-1

#637
Cool, building in resilience seems to have worked. Our static site has origins in multiple regions via CloudFront and didn’t seem to be impacted (not sure if it would have been anyway).

My 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

#638

Someone, 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.

My Ring doorbell works just fine without an internet connection (or during a cloud outage). The video storage and app notifications are another matter, but the doorbell itself continues to ring when someone pushes the button.

Re: AWS multiple services outage in us-east-1

#639

stupid 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?

so, funny story, my fiber got cut (backhoe) and it took then 12 hours to restore it.

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

#640

aws 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.

>> Redundancy is insanely expensive especially for SaaS companies

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.

Post reply on HN