Live data from Hacker News

Ask HN: Is S3 down?

news.ycombinator.com

341–350 of 1001 posts

Re: Ask HN: Is S3 down?

#341
post #134

what's truly incredible is that S3 has been offline for h̶a̶l̶f̶ ̶a̶n̶ ̶h̶o̶u̶r̶ two hours now and Amazon still has the audacity to put five shiny green checkmarks next to S3 on their service page. they just now put up a box at the top saying "We are investigating increased error rates for Amazon S3 requests in the US-EAST-1 Region." increased error rates? really? Amazon, everything is on fire. you are not fooling an…

the non-green icon is probably hosted on s3 (i'm not trying to be funny)

Re: Ask HN: Is S3 down?

#343
post #134

what's truly incredible is that S3 has been offline for h̶a̶l̶f̶ ̶a̶n̶ ̶h̶o̶u̶r̶ two hours now and Amazon still has the audacity to put five shiny green checkmarks next to S3 on their service page. they just now put up a box at the top saying "We are investigating increased error rates for Amazon S3 requests in the US-EAST-1 Region." increased error rates? really? Amazon, everything is on fire. you are not fooling an…

[deleted]

Re: Ask HN: Is S3 down?

#344
"We’re continuing to work to remediate the availability issues for Amazon S3 in US-EAST-1. AWS services and customer applications depending on S3 will continue to experience high error rates as we are actively working to remediate the errors in Amazon S3." Last Update 1:54pmEST

It shows up in the event log now too.

Re: Ask HN: Is S3 down?

#345
I try not to put all my eggs in one basket, that's why for images I use imgur. They have a great API and it's 100% free. There is a handy ruby gem [1] which takes a user uploaded image and sticks it on imgur and returns its URL with dimensions etc. On top of that you don't have to pay for traffic to those assets.

[1] https://github.com/soheil/imgur

Re: Ask HN: Is S3 down?

#347

We're in US-West-2 and our ELBs are dropping 5XXs like there's no tomorrow. This is definitely cascading.

We're in US-West-2 and not seeing any issues. Are the instances behind your ELB trying to access S3 in their application logic?

Re: Ask HN: Is S3 down?

#348

Earlier quoted context omitted.

I don't think they intentionally kept the checkmarks there. They probably just didn't update it as quickly as developers made a post on Hacker News (not surprising, they were probably investigating).

After having seen multiple AWS outages/service disruptions, with nothing other than a green checkmark ever showing, I am now very confident that the checkmarks are hardcoded and there is no logic behind them.

It's already been confirmed by amazon employees on HN that the color can only be changed manually by an employee and it needs a high level of approval.

Also, there are incentives based on colors, so the managers really don't want to admit any failure.

Re: Ask HN: Is S3 down?

#350
post #345

I try not to put all my eggs in one basket, that's why for images I use imgur. They have a great API and it's 100% free. There is a handy ruby gem [1] which takes a user uploaded image and sticks it on imgur and returns its URL with dimensions etc. On top of that you don't have to pay for traffic to those assets. [1] https://github.com/soheil/imgur

imgur doesn't use S3 behind the scenes?
Post reply on HN