-4

How would you set up simple redundancy between these 2 "cloud" providers?

Does a DNS fallback seem reasonable (that would update records when one is down) or would it take too long to propragate the changes?

knocte
  • 347
  • 1
  • 6
  • 18

1 Answers1

2

A DNS "Fallback" would be the only way but unless we're talking about a serious server failure would involve too much time between propagation and administration to be able to swiftly react. There's not going to be much of a "simple" way of performing this task using free providers.

If this involves your revenue stream then it may be worth investing in a less "free" solution that would be able to provide you the redundancy required.

  • 1st: I didn't mention free tiers (I could just think about doing this in order to employ more than 1 provider; this way I'm safer against provider-wide downtime). 2nd: it doesn't provide any revenue, and it's very low traffic – knocte Aug 17 '13 at 23:18
  • More than a few of us saw your other deleted question. :) Honestly, though - you are going to have a much better time if you throw a couple bucks at a single provider. – EEAA Aug 17 '13 at 23:21
  • even for a paid solution I wouldn't choose a single provider (guess why some months ago AWS went down and half of the internet was down...) – knocte Aug 17 '13 at 23:23
  • Single provider, multiple regions. AWS has never had a widespread outage that affected more than a single region. – EEAA Aug 17 '13 at 23:24
  • Multiple-provider still sounds more rock-solid than multi-region to me – knocte Aug 17 '13 at 23:32
  • 3
    knocte: You're correct, you did not mention free, however I did see your previous question. Second, you're referencing hosts that offer a free client without jumping to something like a true cloud server with a contract and SLA, and asked for a "simple" solution. The "simple" solution is to pay for a loadbalancing service, seems pretty obvious but since you asked the question also seems reasonable to assume you don't want that. There are plenty of cloud providers with multiple networks who offer LB services and 99.9 SLA's. That's your simple solution, automatic and managed. – George Spiceland Aug 17 '13 at 23:37