You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
terraform/examples/aws-elb
Sathiya Shunmugasundaram c183183251
New line
11 years ago
..
README.md Typo corretion 11 years ago
main.tf Initial commit aws sample for ELB 11 years ago
outputs.tf Initial commit aws sample for ELB 11 years ago
userdata.sh New line 11 years ago
variables.tf Initial commit aws sample for ELB 11 years ago

README.md

ELB with stickiness Example

The example launches a web server, installs nginx, creates an ELB for isnatnce. 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