It at least highlighted another issue - because users are trying to access databases that don't exist they're taking ages to time out which is bogging down the servers' other thousands of requests/second.
Ask HN: How has the Amazon AWS outage affected you?
31–38 of 38 posts
Re: Ask HN: How has the Amazon AWS outage affected you?
#32Re: Ask HN: How has the Amazon AWS outage affected you?
#33Earlier quoted context omitted.
Might as well get some good out of it.... please describe what your service is.
Sadly, I almost replied "just check out the website." I made a site for graphic design students to find freelance gigs that are posted by local small businesses who need cheap, small amounts of design work done. Thankfully this hasn't been very big, and mostly just a side project recently, so not too many users are being affected.
Re: Ask HN: How has the Amazon AWS outage affected you?
#34Reddit is down, so I got more work done today.
Re: Ask HN: How has the Amazon AWS outage affected you?
#35Re: Ask HN: How has the Amazon AWS outage affected you?
#36Not a good way to instill confidence in the 50 or so potential customers I let into the beta.
Plus my iOS app gets data from a Heroku app that is down.
Re: Ask HN: How has the Amazon AWS outage affected you?
#37Our database (RDS) is completely inaccessible -- so our website has been down since 2am or so, showing our maintenance page. It's backed up -- but we have no way to download the most recent backup and move to another server. We tried rebooting our db about 11 hours ago -- and it's been stuck in reboot mode ever since. We tried creating a copy from a recent backup -- but it's stuck in boot mode. We can't move the snap…
Re: Ask HN: How has the Amazon AWS outage affected you?
#38So I sat there with mysqldump and exported each table separately, then spun up a new MySQL instance in another AZ and then imported each table piecemeal. I then re-created the wp_options table from another dump (from an early prototype on Linode, actually) and then manually fudged the values till it all worked. That eventually worked for me.