github.com/dougneal/terraform@v0.6.15-0.20170330092735-b6a3840768a4/examples/aws-eip/README.md (about)

     1  # Elastic IP Example
     2  
     3  The eip example launches a web server, installs nginx. It also creates security group 
     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 install nginx, and then type the Elastic IP from outputs in your browser and see the nginx welcome page