Amazon EC2 as load balanced/failover solution
- by sugiggs
Hi All,
I'm thinking of an idea but not sure the pros/cons of it.
At the moment, we are hosting our website on a dedicated server. As a failover/load balanced solution, I'm thinking to use Amazon EC2+EBS.
The files can be rsync and mysql can be setup as master-master replication
When the load is high, I can up the machine, given sometime to "sync" and load balanced the traffic there.
is it do-able? any link I can read more on this?