Live data from Hacker News

Ask HN: Is S3 down?

news.ycombinator.com

361–370 of 1001 posts

Re: Ask HN: Is S3 down?

#362
Thank god I checked HN. I was driving myself crazy last half hour debugging a change to S3 uploads that I JUST pushed to production. Reminds me of the time my dad had an electrician come to work on something minor in his house. Suddenly power went out to the whole house, electrician couldn't figure out why for hours. Finally they realized this was the big east coast blackout!

Re: Ask HN: Is S3 down?

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

Well, imgur.com is currently down, too. I assume they are still using AWS: http://blog.imgur.com/2013/06/04/tech-tuesday-our-technology...

Re: Ask HN: Is S3 down?

#368

A piece of hard-earned advice: us-east-1 is the worst place to set up AWS services. You're signing up for the oldest hardware and the most frequent outages. For legacy customers, it's hard to move regions, but in general, if you have the chance to choose a region other than us-east-1, do that. I had the chance to transition to us-west-2 about 18 months ago and in that time, there have been at least three us-east-1 ou…

I'm getting the same outage in us-west-2 right now.

Same here, and it's 100% consistent, not 'increased error rates' but actually just fully down. I'd just stop working but I have a demo this afternoon... the downsides of serverless/cloud architectures, I guess.
Post reply on HN