github.com/turtlemonvh/terraform@v0.6.9-0.20151204001754-8e40b6b855e8/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 insatll nginx, and then type the Elastic IP from outputs in your browser and see the nginx welcome page