terraform/examples/aws-elb
Nick Laferriere 849ab92af9 fixed another typo 2015-07-12 14:00:48 -04:00
..
README.md fixed another typo 2015-07-12 14:00:48 -04:00
main.tf Initial commit aws sample for ELB 2015-06-09 16:12:33 -04:00
outputs.tf Initial commit aws sample for ELB 2015-06-09 16:12:33 -04:00
userdata.sh New line 2015-06-09 16:22:02 -04:00
variables.tf Initial commit aws sample for ELB 2015-06-09 16:12:33 -04:00

README.md

ELB with stickiness Example

The example launches a web server, installs nginx, creates an ELB for instance. It also creates security groups for elb/instance

To run, configure your AWS provider as described in https://www.terraform.io/docs/providers/aws/index.html

Running the example

run terraform apply -var 'key_name={your_key_name}}'

Give couple of mins for userdata to insatll nginx, and then type the ELB DNS Name from outputs in your browser and see the nginx welcome page