Live data from Hacker News

Ask HN: Is S3 down?

news.ycombinator.com

351–360 of 1001 posts

Re: Ask HN: Is S3 down?

#351
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…

@mikecb on Twitter explained it well. "The red icon is stored in S3 US East."

FYI, in seriousness you can see the fabled red status icon here:

https://status.aws.amazon.com/images/status3.gif

It does exist, apparently.

Re: Ask HN: Is S3 down?

#353

But wait. Isn't S3 "the cloud". Everyone promised the cloud would never go down, ever. It has infinite uptime and reliability. Well good thing I have my backups on [some service that happens to also use S3 as a backend].

Who told you that? I'm not sure anyone ever told you that.

Re: Ask HN: Is S3 down?

#356

It really is amazing how many web services are dependent on S3. For instance, the Heroku dashboard is currently down for me. Along with all of my services that are on Heroku.

Same here, but worse. Some of the apps I have hosted on Heroku (including APIs) are showing "Application Error". Like you, tried logging into dashboard and got a Heroku error page.

Same here :(. Not sure why serving a connection to my dyno depends on S3 being up...

Re: Ask HN: Is S3 down?

#357
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

Using imgur over a service that you pay for (with an SLA) is, as my college CS professor used to call it, "skating on thin ice".
Post reply on HN