Earlier quoted context omitted.
Wait. Are you saying that while AWS maintains multiple AZs they can’t maintain reliability on the failover systems between them?
Did you, by chance, reply to the wrong comment? Don’t think I said anything about failovers etc. The point made to me was that a devops role can be made to eventually automate their own job away to an extent. To an investor, having a devops role on staff is acceptable. If you never had a devops role and used AWS managed services, you can’t automate that and trim costs. I.e., devops roles look like surplus in the syst…
AWS us-east-2 outage
241–250 of 254 posts
Re: AWS us-east-2 outage
#242Earlier quoted context omitted.
A multi-az deployment is a checkbox in most AWS services, e.g. ASGs, RDS, load balancers, etc. Someone didn't check that box because they didn't know about it, there isn't much complexity in it.
multi az brings multi complexity in terms of data duplication, consistency, if your app wasnt designed to handle those kind of scenarios and experience high users loads then you are in for a lot of problems. designing for those scenarios increase complexity; cost; architecture style and most of the time it will bring you in microservices territory where most of the companies lack experience and just are following bes…
Re: AWS us-east-2 outage
#243Earlier quoted context omitted.
It's a game theory thing. If everyone stays single AZ, everyone goes down at the same time so nobody gets blamed. Somehow the blame falls on AWS instead!
I think you're confusing availability zones with regions in this comment. AWS AZs don't even have consistent naming across AWS accounts.
Re: AWS us-east-2 outage
#244Earlier quoted context omitted.
> Looks like Snap, Crackle and Pop are down as well. I don't work on cloud stuff, so I'm genuinely unsure if this is a joke.
It's a joke but I only knew that because Snap is/was (as of S1) hosted on GCP and not AWS. Crackle happens to be the name of a video on demand company. It's a reference to the breakfast cereal of the same name.
Re: AWS us-east-2 outage
#245Re: AWS us-east-2 outage
#246The fact that so many popular sites/services are experiencing issues due to a single AZ failure makes me think that there is a serious shortage of good cloud architects/engineers in the industry. It would be one thing if this was a Regional failure, but a single AZ failure should not have any noticeable effect.
Architect here. We had an outage and we have a very complete architecture. The issue is, the services were still reachable via internal health checks. So instead of taking the effected servers out of service they stayed in. We had to resolve it by manually shutting down all the servers in the affected AZ. Which is normally not needed. There are of course a lot of companies that aren't architected with multi-AZ at all…
Re: AWS us-east-2 outage
#247Earlier quoted context omitted.
Architect here. We had an outage and we have a very complete architecture. The issue is, the services were still reachable via internal health checks. So instead of taking the effected servers out of service they stayed in. We had to resolve it by manually shutting down all the servers in the affected AZ. Which is normally not needed. There are of course a lot of companies that aren't architected with multi-AZ at all…
Which internal health checks are you referring to?
Only the external health checks that hit the system from an outside service were failing. And because those spread out the load across the AZs, only a fraction of them were failing and no good way to tell the pattern of failure.
I did have some Kubernetes pods become unhealthy but only because they relied on making calls to servers that were in a different AZ.
Re: AWS us-east-2 outage
#248Earlier quoted context omitted.
Depends what it’s stuck doing, but you might ctrl-c it and later manually unlock the state file (by carefully coordinating with colleagues and deleting the dynamo DB lock object if you’re using the s3 backend) when the outage is over.
Thanks, this comment made it very clear to me that I never want to touch a terraform system.
Re: AWS us-east-2 outage
#249I understand that us-east is AWS's oldest and biggest facility, but Amazon seems to have more money than Croesus, why aren't they fixing/rebuilding/replacing us-east with something more modern?
Because money can't fix everything? In fact sometimes having too much money makes it worse, as YC startup wisdom says.
Agreed, money can't solve everything. BUT, this seems like an extremely solvable problem. That's why I'm so surprised.
Re: AWS us-east-2 outage
#250I dunno how else to put it. Having EVERYTHING on AWS is a national security threat. This isn't good, and someone who can do something about it needs to.
Yeah, let's place everything in large colos instead. Those never fail, right?