|
|
|
|
|
by dsl
4992 days ago
|
|
I assume you are using the AWS dashboard to manually deploy instances and setting them up by hand? First step is to get your infrastucture to the point where it deploys and scales up and down by itself. Once you manage that, moving to or keeping hot spares in another region is pretty easy. Look into automated deployment tools like Foreman and configuration management tools like Puppet. |
|
We are learning the hard way that the EC2 Availability Zone separation is not enough, and EC2 is lacking some key features offering multi region tools.
Thanks for the hints, I'm going to check them out.