Live data from Hacker News

AWS multiple services outage in us-east-1

health.aws.amazon.com

941–950 of 1001 posts

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

#941

This is having a direct impact on my wellbeing. I was at Whole Foods in Hudson Yards NYC and I couldn’t get the prime discount on my chocolate bar because the system isn’t working. Decided not to get the chocolate bar. Now my chocolate levels are way too low.

Life indeed is a struggle

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

#942

I wonder what kind of outage or incident or economic change will be required to cause a rejection of the big commercial clouds as the default deployment model. The costs, performance overhead, and complexity of a modern AWS deployment are insane and so out of line with what most companies should be taking on. But hype + microservices + sunk cost, and here we are.

I don't expect the majority of tech companies to want to run their own physical data centers. I do expect them to shift to more bare-metal offerings. If I'm a mid to large size company built on DynamoDB, I'd be questioning if it's really worth the risk given this 12+ hour outage. I'd rather build upon open source tooling on bare metal instances and control my own destiny, than hope that Amazon doesn't break things as…

> For big companies, it's probably a cost savings too.

For any sized company, moving away from big clouds back onto traditional VPS or bare-metal offerings will lead to cost savings.

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

#943

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…

The part that makes no sense is - it's not cost management. AWS costs ten to a hundred times MORE than any other option - they just don't put it in the headline number.

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

#944
post #777

Even internal Amazon tooling is impacted greatly - including the internal ticketing platform which is making collaboration impossible during the outage. Amazon is incapable of building multi-region services internally. The Amazon retail site seems available, but I’m curious if it’s even using native AWS or is still on the old internal compute platform. Makes me wonder how much juice this company has left.

Amazon customer support had a banner saying it was unavailable for most of the day. Couldn't get anything less than 5 day shipping on any item today.

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

#945
post #487

US-East-1 is more than just a normal region. It also provides the backbone for other services, including those in other regions. Thus simply being in another region doesn’t protect you from the consistent us-east-1 shenanigans. AWS doesn’t talk about that much publicly, but if you press them they will admit in private that there are some pretty nasty single points of failure in the design of AWS that can materialize…

It sounds like they want to avoid split-brain scenarios as much as possible while sacrificing resilience. For things like DNS, this is probably unavoidable. So, not all the responsibility can be placed on AWS. If my application relies on receipts (such as an airline ticket), I should make sure I have an offline version stored on my phone so that I can still check in for my flight. But I can accept not to be able to a…

It's not unavoidable for DNS. DNS is inherently eventually consistent anyway, due to time-based caching.

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

#946
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.

Did they stop their Chaos Gorilla, which simulates a region outage?

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

#948
post #210

Their status page ( https://health.aws.amazon.com/health/status ) says the only disrupted service is DynamoDB, but it's impacting 37 other services. It is amazing to see how big a blast radius a single service can have.

AWS engineers are trained to use their internal services for each new system. They seem to like using DynamoDB. Dependencies like this should be made transparent.

> Dependencies like this should be made transparent

even internally, Amazon's dependency graph became visually+logically incomprehensible a long time ago

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

#949

Interesting day. I've been on an incident bridge since 3AM. Our systems have mostly recovered now with a few back office stragglers fighting for compute. The biggest miss on our side is that, although we designed a multi-region capable application, we could not run the failover process because our security org migrated us to Identity Center and only put it in us-east-1, hard locking the entire company out of the AWS…

Sounds like a lot of companies need to update their BCP after this incident.
Post reply on HN