github.com/acm1/terraform@v0.6.2-0.20150729164239-1f314444f45c/examples/aws-elb/README.md (about)

     1  # ELB with stickiness Example
     2  
     3  The example launches a web server, installs nginx, creates an ELB for instance. It also creates security groups for elb/instance 
     4  
     5  To run, configure your AWS provider as described in https://www.terraform.io/docs/providers/aws/index.html
     6  
     7  Running the example
     8  
     9  run `terraform apply -var 'key_name={your_key_name}}'` 
    10  
    11  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