Live data from Hacker News

Ask HN: Is S3 down?

news.ycombinator.com

411–420 of 1001 posts

Re: Ask HN: Is S3 down?

#411

Wow, S3 is a much bigger single point of failure than I have imagined. Travis CI, Trello, Docker Hub, ... I can't even install packages because the binary cache of NixOS is down. Love living in the cloud.

Trello API is up, so you can use any Trello client except the web client.

Re: Ask HN: Is S3 down?

#412

Earlier quoted context omitted.

@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.

It showed up during the big DynamoDB outage last year.

Re: Ask HN: Is S3 down?

#413
post #272

Great, all my billing services on Heroku are turned off. Why do they need S3 access for me to access my web dynos? I'd rather my app load but appear broken so I can show my own status rather than just shutting down every single app...

Same here. S3 as a point of failure makes zero sense for dyno uptime, I'm very frustrated with Heroku. (the dyno was already running, no need to download a new slug in my opinion)

Re: Ask HN: Is S3 down?

#414

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 outage in ca-central-1

Re: Ask HN: Is S3 down?

#415
post #57

Down for us as well. We have cloudfront in front of some of our s3 buckets and it is responding with CloudFront is currently experiencing problems with requesting objects from Amazon S3. Can I also say I am constantly disappointed by AWS's status page: https://status.aws.amazon.com/ it seems whenever there is an issue this takes a while to update. Sometimes all you see is a green checkmark with a tiny icon saying a n…

To mitigate the effect of S3 going down I use cross-region replication to replicate objects to another S3 region. If S3 went down in my primary region I could update the app config to write back to the backup region and update the CDN configuration to use the backup region as an origin.

I did that out of paranoia but it turns out this could happen to us. Does that sound like a sensible approach?

Fortunately all my company's stuff is in eu-west-1 which still seems to be fine.

Re: Ask HN: Is S3 down?

#416

This seems like an appropriate time as any... Anyone want to list some competitors to S3? Bonus if it also provides a way to host a static website.

IBM Bluemix offers file storage[NFS], block storage[iSCSI], and cloud storage [S3 API, Swift API]. we also offer a large number of boilerplates such as Flask, ASP,net, node.js we have been making lots of changes lately check us out! static page deploy guide: https://www.ibm.com/blogs/bluemix/2014/08/deploying-static-w... https://console.ng.bluemix.net

And Swift.
Post reply on HN