github.com/recobe182/terraform@v0.8.5-0.20170117231232-49ab22a935b7/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