diff --git a/README.md b/README.md index 5bd1d0ff694..282cb4795d8 100644 --- a/README.md +++ b/README.md @@ -63,14 +63,15 @@ a few manual commands to fill in those gaps. This requires that you've installed the command line utilities for [ElastiCache][cachecli] and [EC2][ec2cli]. Note that we requrire at least version 1.8 of the ElastiCache CLI due to some newer commands that we rely on. + [cachecli]: http://aws.amazon.com/developertools/2310261897259567 [ec2cli]: http://aws.amazon.com/developertools/351 At the end of the CloudFormation run you should check the "Outputs" tab in -Amazon UI and that will have the commands you need to run. This screenshot -shows what that output looks like. +Amazon UI and that will have the commands you need to run (see +screenshot). -![Amazon CloudFormation Output Screenshot](cfn-output-example.png) +![CloudFormation Output (Amazon console)](doc/cfn-output-example.png) ### Connecting to Hosts in the Stack diff --git a/doc/cfn-output-example.png b/doc/cfn-output-example.png new file mode 100644 index 00000000000..42d1ba21e15 Binary files /dev/null and b/doc/cfn-output-example.png differ