Question

I work for a company that develops a web server that runs in a customer datacenter. The customer wants the server to have hot failover and I'm currently investigating HA approaches such as Pacemaker and LVM (might as well have the backup doing something so I'm using load balancing as well).

It occurs to me that some of these features are also provided by cloud computing (e.g. private cloud) technologies. Specifically auto-scaling which is provided by EC2 and cloud foundry addresses load balancing and failover support to some degree.

As a new application would I be better off spending my time trying to setup the application as a private cloud or by utilizing the tried and true HA architectures?

No correct solution

Licensed under: CC-BY-SA with attribution
scroll top