github.com/jrasell/terraform@v0.6.17-0.20160523115548-2652f5232949/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 the ELB and EC2 instance. 
     4  
     5  To run, configure your AWS provider as described in https://www.terraform.io/docs/providers/aws/index.html
     6  
     7  Run this example using:
     8  
     9      terraform apply -var 'key_name=YOUR_KEY_NAME'
    10  
    11  Wait a couple of minutes for the EC2 userdata to install nginx, and then type the ELB DNS Name from outputs in your browser and see the nginx welcome page