open-consul/terraform/aws
Shane O'Grady 297e4f02c5 Move scripts to a shared directory 2016-07-05 17:11:52 -03:00
..
README.md centos6 Initial commit 2015-06-02 20:57:35 -04:00
consul.tf Move scripts to a shared directory 2016-07-05 17:11:52 -03:00
outputs.tf terraform modules (for TF 0.3) 2014-10-11 17:10:05 -07:00
variables.tf terraform: added support for centos7 to aws 2016-04-21 15:32:30 -07:00

README.md

Running the aws templates to set up a consul cluster

The platform variable defines the target OS, default is ubuntu, rhel6 is an option

For AWS provider, set up your AWS environment as outlined in https://www.terraform.io/docs/providers/aws/index.html

To set up ubuntu based, run like below, replace key_name and key_path with actual values

terraform apply -var 'key_name=consul' -var 'key_path=/Users/xyz/consul.pem'

or

terraform apply -var 'key_name=consul' -var 'key_path=/Users/xyz/consul.pem' -var 'platform=ubuntu'

To run rhel6, run like below

terraform apply -var 'key_name=consul' -var 'key_path=/Users/xyz/consul.pem' -var 'platform=rhel6'

For centos6 platform, for the default AMI, you need to accept the AWS market place terms and conditions. When you launch first time, you will get an error with an URL to accept the terms and conditions.