Earlier 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…
Tell HN: AWS appears to be down again
181–190 of 646 posts
Re: Tell HN: AWS appears to be down again
#182Seems unlogical that this is just a single region in a single US region We are having issues pulling images from public.ecr.aws from an EU region.
So it's not shocking to me that something going down in us-east-1 could have impact on other regions.
Re: Tell HN: AWS appears to be down again
#183Earlier quoted context omitted.
I don't know about AWS, but both Google Cloud and Oracle Cloud maintain at least a high level history of past outages. See https://status.cloud.google.com/summary and https://ocistatus.oraclecloud.com/history
Given the hilariously awful reputation of the AWS status page I would hazard a guess that such a page would also be incredibly inaccurate. If you can’t even admit you’re having an issue how can you keep an accurate record?
Re: Tell HN: AWS appears to be down again
#184Earlier quoted context omitted.
They're not saying Heroku is low end. They're saying, "I'm tired of hearing that it's irresponsible to run your own servers." At least, that's what I understood.
Any place I've worked at that managed their own servers (to be fair, the last time I worked at a place like that was 2010) definitely had more protracted downtimes than AWS - it just felt not as bad because we were in control of the situation, but at the end of the day that didn't get us up any faster. Another side benefit of being with AWS is when you do have an outage, a lot of other people have outages, and so you…
I worked at a company that's bread and butter was online services (e-commerce SaaS platform, similar to Netsuite) and we had significantly fewer outages than AWS had.
But we had redundancies built in to most things, I'm not saying it was perfect but it worked.
The major difference might be that almost nobody is willing to spend 20% of what they spend on AWS/GCP to have a self-hosted solution.
The reason "cloud is so expensive" is because they're essentially telling you what the price will be and even if they only spend 40% of that on actual hardware and operations: it's more than most companies would invest in themselves.
This is absurd, of course, but it's absolutely true.
Re: Tell HN: AWS appears to be down again
#185Earlier quoted context omitted.
Nobody ever got fired for using AWS.
maybe except a team at google? ;)
Uptime improved rather dramatically after that.
Re: Tell HN: AWS appears to be down again
#186Earlier quoted context omitted.
I wonder to what extent this actually becomes less of a problem the more people use AWS. At this point AWS being down just feels like "the internet is down", it's hard for customers to be too mad at any company being down when all their competitors are too. Though I guess there's still probably just lost revenue that could be captured by having better uptime, even if your competitors are down.
This seems like an interesting pendulum swing where the few companies not reliant on AWS could capture significant enough revenue by maintaining uptime during a potential busy season outage.
Re: Tell HN: AWS appears to be down again
#187Earlier quoted context omitted.
Given the hilariously awful reputation of the AWS status page I would hazard a guess that such a page would also be incredibly inaccurate. If you can’t even admit you’re having an issue how can you keep an accurate record?
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.
This is what happens when we've been affected by outages (even without involving support).
Re: Tell HN: AWS appears to be down again
#188If you haven't seen yet, news is it was a power loss: > 5:01 AM PST We can confirm a loss of power within a single data center within a single Availability Zone (USE1-AZ4) in the US-EAST-1 Region. This is affecting availability and connectivity to EC2 instances that are part of the affected data center within the affected Availability Zone. We are also experiencing elevated RunInstance API error rates for launches wi…
How come they dont have power backups?
IMO it was handled rather well and fast by AWS... not saying we shouldn't beat them up (for a discount) but being honest this wasn't that bad.
Re: Tell HN: AWS appears to be down again
#189One of our EC2 instances in us-east-1c is unavailable and stuck in "stopping" state after a force stop. Interestingly enough, EC2 instances in us-east-1b don't seem to be affected. The console is throwing errors from time to time. As usual no information on AWS status page.
The affected zone is use1-az4. Whatever that maps to (1a, 1b, 1c) is different per customer.
aws ec2 describe-availability-zones | jq -r '.AvailabilityZones[] | select(.ZoneId == "use1-az4") | .ZoneName'Re: Tell HN: AWS appears to be down again
#190Earlier quoted context omitted.
Heroku isn’t “low end,” it’s a PaaS built on top of AWS. So you’re really just hearing about another AWS outage lol
They're not saying Heroku is low end. They're saying, "I'm tired of hearing that it's irresponsible to run your own servers." At least, that's what I understood.