Skip to content

Commit

Permalink
Merge pull request hashicorp#3092 from codeinthehole/patch-1
Browse files Browse the repository at this point in the history
Fix typo and improve readability
  • Loading branch information
radeksimko committed Sep 8, 2015
2 parents b2718ea + 6877949 commit 279eacc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions examples/aws-elb/README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# ELB with stickiness Example

The example launches a web server, installs nginx, creates an ELB for instance. It also creates security groups for elb/instance
The example launches a web server, installs nginx, creates an ELB for instance. It also creates security groups for the ELB and EC2 instance.

To run, configure your AWS provider as described in https://www.terraform.io/docs/providers/aws/index.html

Running the example
Run this example using:

run `terraform apply -var 'key_name={your_key_name}}'`
terraform apply -var 'key_name={your_key_name}}'

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
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

0 comments on commit 279eacc

Please sign in to comment.