Sysadmin: I can forgive outages, but falsely reporting 'up' when you're obviously down is a heinous transgression. Somewhere a sysadmin is having to explain to a mildly technical manager that AWS services are down and affecting business critical services. That manager will be chewing out the tech because the status site shows everything is green. Dishonest metrics are worse than bad metrics for this exact reason. Any…
Ask HN: Is S3 down?
531–540 of 1001 posts
Re: Ask HN: Is S3 down?
#532Re: Ask HN: Is S3 down?
#533In the meantime, EC2, ELB, RDS, Lambda, and autoscaling have all been confirmed to be experiencing issues.
Re: Ask HN: Is S3 down?
#534In the meantime, EC2, ELB, RDS, Lambda, and autoscaling have all been confirmed to be experiencing issues.
Re: Ask HN: Is S3 down?
#535In the meantime, EC2, ELB, RDS, Lambda, and autoscaling have all been confirmed to be experiencing issues.
Re: Ask HN: Is S3 down?
#536This 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.
If its static site, put it anywhere and just cache it with Cloudflare. (turn on the always on feature)
You can set a cache invalidation time too.
Always online is a slightly different feature I believe.
Re: Ask HN: Is S3 down?
#537Oh wait. The site sits on S3. Never mind.
Re: Ask HN: Is S3 down?
#538Is anybody else having trouble loading http://platform.twitter.com/widgets.js ? It is probably hosted on S3 I assume
Re: Ask HN: Is S3 down?
#539Earlier quoted context omitted.
It's unbelievable that the status page is still showing green checkmarks, almost what, 2 hours into the outage? edit: oh, it is actually because of the outage! So if they can't get a fresh read on the service status from s3, they just optimistically assume it's green... even though the service failing to provide said read... is one of the services they're optimistically showing as green XD
Hey can't change it due to the S3 issue. See their twitter post: https://twitter.com/awscloud/status/836656664635846656
Re: Ask HN: Is S3 down?
#540A 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…