Load Balancing
When using multiple servers you need to manage:
- replication: sharing config and software between multiple instances
- routing: getting customers to the right servers. This can be done with DNS or using ELB.
- strategy: whether you HA system is Active-Active or Active-Passive