Live data from Hacker News

AWS increased error rates / intermittent outages

news.ycombinator.com

21–30 of 52 posts

Re: AWS increased error rates / intermittent outages

#22

11:27 AM PDT We are investigating increased API error rates in the US-EAST-1 Region.

11:50 AM PDT We can confirm increased error rates for the EC2 APIs and are currently working to resolve. We also observed isolated periods of impaired network connectivity for some EC2 instances.

12:21 PM PDT We have identified the root cause for error rates accessing the EC2 APIs and EC2 Management Console and are currently working to resolve. We observed isolated periods of impaired network connectivity for some EC2 instances, however running instances are currently operating normally.

Re: AWS increased error rates / intermittent outages

#23

FYI there's a great Chrome extension that hides all the working services (green checks) on the AWS status page so you can quickly see what's down. https://chrome.google.com/webstore/detail/real-aws-status/ka...

Yeah I wrote this during the last extended outages - had some downtime since, well, I couldn't interact with the api :P .

The source code for it is here: https://github.com/josegonzalez/real-aws-status

Re: AWS increased error rates / intermittent outages

#25
post #23

FYI there's a great Chrome extension that hides all the working services (green checks) on the AWS status page so you can quickly see what's down. https://chrome.google.com/webstore/detail/real-aws-status/ka...

Yeah I wrote this during the last extended outages - had some downtime since, well, I couldn't interact with the api :P . The source code for it is here: https://github.com/josegonzalez/real-aws-status

Well their status page is down too: https://status.aws.amazon.com/

Edit: http(s) was at fault (no SSL cert?)

Re: AWS increased error rates / intermittent outages

#26
post #24

Status page is down too: https://status.aws.amazon.com/ Shouldn't there be a separation of concerns for status pages, maybe use: https://www.statuspage.io/ Edit: http(s) was at fault (no SSL cert?)

Looks like they don't have a cert on their status page. http://status.aws.amazon.com/ works fine, though.

Re: AWS increased error rates / intermittent outages

#27
post #24

Status page is down too: https://status.aws.amazon.com/ Shouldn't there be a separation of concerns for status pages, maybe use: https://www.statuspage.io/ Edit: http(s) was at fault (no SSL cert?)

It's not an https page: http://status.aws.amazon.com/
Post reply on HN