Ask HN: Can you get to AWS?
21–30 of 43 posts
Re: Ask HN: Can you get to AWS?
#22I often find out about these sorts of global internet issues early because of a little project of mine: https://statusgator.io It just monitors the status pages of lots of different services. When I get 30 notices from various unrelated services at once all with comments like "Network connectivity issues", I know some kind of routing issue is plaguing the 'net.
What do you use to monitor the status of the respective sites? Ping/head request to the site/api?
The whole thing was born after I was racking my brain trying to debug a problem, then I remembered to check status.whatever.com and realized it wasn't my problem to debug and the provider was already aware of it. I thought it would be nice to get notifications as well as aggregate that info from all the different services I use.
Re: Ask HN: Can you get to AWS?
#23Earlier quoted context omitted.
What do you use to monitor the status of the respective sites? Ping/head request to the site/api?
I actually don't monitor the status myself, I monitor the status that each service publishes. That is, whatever they report on their status page, StatusGator aggregates. The whole thing was born after I was racking my brain trying to debug a problem, then I remembered to check status.whatever.com and realized it wasn't my problem to debug and the provider was already aware of it. I thought it would be nice to get not…
Re: Ask HN: Can you get to AWS?
#24I've been having issues all week reaching a lot of different AWS websites including atom.io. Switching my DNS to 8.8.8.8 fixed it for me. Something is up though.
Re: Ask HN: Can you get to AWS?
#25Re: Ask HN: Can you get to AWS?
#26Re: Ask HN: Can you get to AWS?
#27Earlier quoted context omitted.
What do you use to monitor the status of the respective sites? Ping/head request to the site/api?
I actually don't monitor the status myself, I monitor the status that each service publishes. That is, whatever they report on their status page, StatusGator aggregates. The whole thing was born after I was racking my brain trying to debug a problem, then I remembered to check status.whatever.com and realized it wasn't my problem to debug and the provider was already aware of it. I thought it would be nice to get not…
Edit: this is an edge case, clearly. I just think it's an interesting problem.
Re: Ask HN: Can you get to AWS?
#28I often find out about these sorts of global internet issues early because of a little project of mine: https://statusgator.io It just monitors the status pages of lots of different services. When I get 30 notices from various unrelated services at once all with comments like "Network connectivity issues", I know some kind of routing issue is plaguing the 'net.
Re: Ask HN: Can you get to AWS?
#29Yes, it's been suffering from the massive load of launching Beats1. Beats1 from Apple went down, but looks like it's back up finally.
Citation?
Re: Ask HN: Can you get to AWS?
#30I really hate how AWS use PDT for their status page. Seriously, is there any logical reason to use anything other than UTC? I find it means when there is a report, I first need to convert the PTD time shown to UTC, then to local time just so I can know if the issue is possibly the one I experienced. Unless you're also in PDT, couldn't they just save everyone else one step by showing all service issues in UTC?