A simple demo to deploy highly available microservices to different regions in AWS.
Dependencies:
- Terraform v0.11.8
- Please export the aws credintials to environment variables, using the following commands export AWS_ACCESS_KEY_ID="" export AWS_SECRET_ACCESS_KEY="" export AWS_DEFAULT_REGION=""
- This module depend on a default vpc, please make sure it exist in your region and put the id of the vpc in the var file
- change the key to your own key in the var file and make sure it exist in every region that you want to use
- run terraform init to load the modules