Ok, enough AWS outages to say I'm tired of hearing about low end stuff being flaky.
Tell HN: AWS appears to be down again
191–200 of 646 posts
Re: Tell HN: AWS appears to be down again
#192Earlier quoted context omitted.
AWS doesn't follow their own advice about hosting multi-regional. When us-east-1 is sufficiently borked the management API and IAM services in all regions tend to go down with it. Static infrastructures usually avoid the fallout, but anyone dependent on the API or otherwise dynamically created resources often get caught in the blast regardless of region
I didn't hear any reports of that happening in the most recent outage. The console was inoperable but you could work around using regional console host names.
We didn't take any downtime, but if anything had gone wrong there would have been nothing we could do about it until IAM came back up.
Re: Tell HN: AWS appears to be down again
#193Earlier quoted context omitted.
Does your server at home handle similar traffic to that of US-East-1 since you're comparing uptime? Simiarly, my laptop, if I keep it plugged in the wall, and enable httpd on localhost, will surely have better uptime than any of the top clouds. I'd bet that it'd have 100% uptime if I plugged in a UPS and cared for traffic on my local network only.
Most people don't need to handle the traffic of US-East-1. They just need a single, simple, mostly reliable server. But they're often told, "Don't do that. It's too hard, and irresponsible, and what if you get a spike in traffic, and what if you need to add 5 new servers, and security is really hard." In reality, most people don't need to scale. An occasional spike in traffic is a nuisance, but not the end of the wor…
When your server requirements get into needing 5-6 servers (not at all atypical for a startup in their first year of being launched), running your own stuff becomes more of a challenge pretty quickly. Factor in 2-3x growth a year, and the challenges just mount.
Re: Tell HN: AWS appears to be down again
#194The prevailing wisdom throughout the last couple of years was: “ditch your on-prem infrastructure and migrate to a major cloud provider” And its starting to seem like it could be something like: “ditch your on-prem infrastructure and spin up your own managed cloud” This is probably untenable for larger orgs where convenience gets the blank check treatment, but for smaller operations that can’t realize that value at s…
Re: Tell HN: AWS appears to be down again
#195Slack seems to have some issues because of that - I'm not sure if anyone is receiving messages, as it became completely silent for the last 15 minutes or so.
Re: Tell HN: AWS appears to be down again
#196Earlier quoted context omitted.
> Does your server at home handle similar traffic to that of US-East-1 since you're comparing uptime? Of course it doesn't. Why are you asking antagonistic questions?
He asked it to demonstrate the point that uptime is trivial for one server with no traffic, and much harder at scale with auto scaling.
I don't think people care that AWS has other customers, they want their workload to work, if it doesn't: then that's a today issue.
Re: Tell HN: AWS appears to be down again
#197Earlier quoted context omitted.
AWS doesn't follow their own advice about hosting multi-regional. When us-east-1 is sufficiently borked the management API and IAM services in all regions tend to go down with it. Static infrastructures usually avoid the fallout, but anyone dependent on the API or otherwise dynamically created resources often get caught in the blast regardless of region
I didn't hear any reports of that happening in the most recent outage. The console was inoperable but you could work around using regional console host names.
The dependency chains can bite you too. During the us-east-1 outage, a Lambda run by cron-like schedules via EventBridge was itself in an okay state, but the EventBridge events that kick it off were stuck in a queue that was released when the problem was fixed. So if your Lambda wasn't idempotent, and you ran it in another region during the outage, you ended up with problems.
Re: Tell HN: AWS appears to be down again
#198Re: Tell HN: AWS appears to be down again
#199Earlier quoted context omitted.
Similar with GCP. We had a pretty bad outage once where the status page was showing all green. Google informed us that because the actual issue was further down the stack and didn't trigger any internal SLOs the status didn't get an update. It took them hours to acknowledge and fix it.
Assuming you have a support contract the rep should send out a post-mortem page. This is what happens when we've been affected by outages (even without involving support).
Re: Tell HN: AWS appears to be down again
#200Earlier quoted context omitted.
AWS doesn't follow their own advice about hosting multi-regional. When us-east-1 is sufficiently borked the management API and IAM services in all regions tend to go down with it. Static infrastructures usually avoid the fallout, but anyone dependent on the API or otherwise dynamically created resources often get caught in the blast regardless of region
I didn't hear any reports of that happening in the most recent outage. The console was inoperable but you could work around using regional console host names.
Logging in with root credentials was not possible in any region, and even logging in with IAM creds in other regions yielded an intermittently buggy console
and as is usual with us-east-1 outages management API calls were a complete crap shoot regardless of region