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…
> but falsely reporting 'up' when you're obviously down is a heinous transgression. When SLA's are in play and so are job performance scores and bonuses there is probably a strong incentive to fudge numbers. It can be done officially ("Ah but sub-chapter 3 of chapter X in the fine print explains this wasn't technically an outage") or unofficially.
Ask HN: Is S3 down?
651–660 of 1001 posts
Re: Ask HN: Is S3 down?
#652Re: Ask HN: Is S3 down?
#653Earlier quoted context omitted.
People were joking about this but it turns out to be true: they host the status icons on their service: https://twitter.com/awscloud/status/836656664635846656
Is there any service that distributes your files to multiple cloud services at the same time? With this recent S3 outage, I'm now feeling uneasy to store files on S3 for mission critical apps.
Re: Ask HN: Is S3 down?
#654Earlier quoted context omitted.
GitLab Pages [0] is pretty good for static websites IMO, you can use GitLab CI to build more complex sites as well [1]. Disclosure: I work for GitLab [0]: pages.gitlab.io [1]: https://about.gitlab.com/2016/12/07/building-a-new-gitlab-do...
GitLab really needs to provide a way to force HTTPS for domains that have it set up. I have to manually link with ` https://` everywhere.
Re: Ask HN: Is S3 down?
#655Earlier quoted context omitted.
GitLab Pages [0] is pretty good for static websites IMO, you can use GitLab CI to build more complex sites as well [1]. Disclosure: I work for GitLab [0]: pages.gitlab.io [1]: https://about.gitlab.com/2016/12/07/building-a-new-gitlab-do...
Slightly related, FYI all of the package downloads for Gitlab are timing out with a 504 error from Cloudfront ("Cloudfront is having difficulty accessing S3". The registry is also showing an error. I'm trying to downgrade to an older version because our install is not working but can't get the DEB unfortunately.
Re: Ask HN: Is S3 down?
#656Now might be a good time to ponder a lasting solution. Clearly, we cannot trust AWS, or any other single provider, to stay up. What is the shortest, quickest to implement, path to actual high availability? You would have to host your own software which can also fail, but then at least you could do something about it. For example, you could avoid changing things during critical times of your own business (e.g. a trade…
I use a master and four mirror slaves. Then use round robin for reads. I used to have three slaves, but when two of them was down at the same time I got nervous and set up one more.
Re: Ask HN: Is S3 down?
#657Re: Ask HN: Is S3 down?
#658It's interesting to note the cascading effects. For example, I was immediately hit by three problems: * Slack file sharing no longer works, hangs forever (no way to hide the permanently rolling progress bar except quitting) * Github.com file uploads (e.g. dropping files into a Github issue) don't work. * Imgur.com is completely down . * Docker Hub seems to be unavailable. Can't pull/push images.
Re: Ask HN: Is S3 down?
#659I was listening to sessions from AWS Re:invent last night. What jumped out at me was the claim of 11 9's for S3. How many of those 9's have they blown through with this outage?
Re: Ask HN: Is S3 down?
#660I was listening to sessions from AWS Re:invent last night. What jumped out at me was the claim of 11 9's for S3. How many of those 9's have they blown through with this outage?