Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
configuration
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
configuration
Commits
95993075
Commit
95993075
authored
May 16, 2013
by
Sef Kloninger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
readme: document post-bringup manual commands
parent
e44bbec2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
7 deletions
+23
-7
README.md
+23
-7
No files found.
README.md
View file @
95993075
...
...
@@ -53,6 +53,26 @@ problems occur.
Details on how to build the stack using Ansible are available below.
### Post Bringup Manual Commands
Unfortunately there is some infrastructure that we need that is currently not supported
by CloudFormation. So once your stack is created by CloudFormation you need to run
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.

### Connecting to Hosts in the Stack
Because the reference architecture makes use of an Amazon VPC, you will not be able
...
...
@@ -64,16 +84,12 @@ Add something like the following to your `~/.ssh/config` file.
```
Host *.us-west-1.compute-internal
ProxyCommand ssh -W %h:%p vpc-00000000-jumpbox
IdentityFile /path/to/aws/key.pem
ProxyCommand ssh -W %h:%p vpc-us-west-1-jumpbox
ForwardAgent yes
User ubuntu
Host vpc-00000000-jumpbox
HostName 54.236.224.226
IdentityFile /path/to/aws/key.pem
Host vpc-us-west-1-jumpbox
HostName 54.236.202.101
ForwardAgent yes
User ubuntu
```
This assumes that you only have one VPC in the
```us-west-1```
region
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment