From 68779490df3032565d01b8df6c9d5dad335a86e1 Mon Sep 17 00:00:00 2001 From: David Winterbottom Date: Thu, 27 Aug 2015 20:42:36 +0100 Subject: [PATCH] Fix typo and improve readability --- examples/aws-elb/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/examples/aws-elb/README.md b/examples/aws-elb/README.md index a5f39f5d2..6308c973a 100644 --- a/examples/aws-elb/README.md +++ b/examples/aws-elb/README.md @@ -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