Live data from Hacker News

Amazon Partially Down

news.ycombinator.com

11–18 of 18 posts

Re: Amazon Partially Down

#11
>“We’re sorry, an error has occurred. Please reload this page and try again.”

seeing this exact message on reddit when trying to post

Re: Amazon Partially Down

#12
post #10

I just recently published a project and had been mulling over whether I should move it to AWS or keep hosting it on the server in my basement... Seems like I made the right choice! In all seriousness, I don't think I'd rely on a single provider for anything these days, unless I really don't care when it goes down. That's pretty easy and cheap to do with most things, but I'm not quite sure how to approach a backup dat…

When infrastructure costs are your largest business expense, then having two separate providers for a duplication of services is not feasible. You must also then have methods by which to determine when the service is unavailable and seamlessly fail over to the service that is actively running.

In cases where data integrity is important, this could also result in splits where data gets left behind. It is often better to fail than to have situations where the data does not match.

Re: Amazon Partially Down

#13
Pretty funny, I was going to order a balance board that I had been eyeing for a bit. Went to Amazon but it was not loading the page correctly, so I went to company's website to look up specs and found out they had 10% off coupon & no taxes. So I purchased it from them.

Wondering how much Amazon outages can actually increase revenues for smaller companies.

Re: Amazon Partially Down

#15
post #10

I just recently published a project and had been mulling over whether I should move it to AWS or keep hosting it on the server in my basement... Seems like I made the right choice! In all seriousness, I don't think I'd rely on a single provider for anything these days, unless I really don't care when it goes down. That's pretty easy and cheap to do with most things, but I'm not quite sure how to approach a backup dat…

Is your basement not also a single provider?

Re: Amazon Partially Down

#16
post #15
post #10

I just recently published a project and had been mulling over whether I should move it to AWS or keep hosting it on the server in my basement... Seems like I made the right choice! In all seriousness, I don't think I'd rely on a single provider for anything these days, unless I really don't care when it goes down. That's pretty easy and cheap to do with most things, but I'm not quite sure how to approach a backup dat…

Is your basement not also a single provider?

Yes definitely, what I meant is that I would probably use AWS as a fallback for my basement, or maybe the other way around. I didn't make that clear at all.

Re: Amazon Partially Down

#17
post #10

I just recently published a project and had been mulling over whether I should move it to AWS or keep hosting it on the server in my basement... Seems like I made the right choice! In all seriousness, I don't think I'd rely on a single provider for anything these days, unless I really don't care when it goes down. That's pretty easy and cheap to do with most things, but I'm not quite sure how to approach a backup dat…

When infrastructure costs are your largest business expense, then having two separate providers for a duplication of services is not feasible. You must also then have methods by which to determine when the service is unavailable and seamlessly fail over to the service that is actively running. In cases where data integrity is important, this could also result in splits where data gets left behind. It is often better…

Well, to address the costs issue, you could run hot-hot and have half of your resources on each provider, and in the event of failure, scale the functioning one up to meet demand. That's obviously a decent amount of effort to set up, though.
Post reply on HN