Skip to content

Commit

Permalink
Merge pull request #9 from tinnightcap/master
Browse files Browse the repository at this point in the history
Rename KeyName to SSHKeyName, for nubisproject/nubis-docs#35
  • Loading branch information
Philippe M. Chiasson committed Jun 30, 2015
2 parents 7a8254d + 45f301d commit 31fa285
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions nubis/cloudformation/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Before you deploy with Cloudformation you need to set up your parameters.json fi
"ParameterValue": "sandbox"
},
{
"ParameterKey": "KeyName",
"ParameterKey": "SSHKeyName",
"ParameterValue": "my_key"
},
{
Expand All @@ -34,7 +34,7 @@ The ServiceName is the name of this service. For Mozilla deployments this should
### Environment
The environment is one of *sandbox*, *stage* or *prod*. For this (and all manual deployments) you will set this to *sandbox*.

### KeyName
### SSHKeyName
This is the name of an existing ssh key that you have either created or uploaded to AWS.

### TechnicalOwner
Expand Down
6 changes: 3 additions & 3 deletions nubis/cloudformation/main.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
],
"ConstraintDescription": "Must specify prod, stage, or sandbox."
},
"KeyName": {
"SSHKeyName": {
"Description": "Existing ssh key to deploy to EC2 instances",
"Type": "String"
},
Expand Down Expand Up @@ -65,8 +65,8 @@
"AmiId": {
"Ref": "AmiId"
},
"KeyName": {
"Ref": "KeyName"
"SSHKeyName": {
"Ref": "SSHKeyName"
},
"InstanceType": {
"Fn::FindInMap": [
Expand Down
2 changes: 1 addition & 1 deletion nubis/cloudformation/parameters.json-dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"ParameterValue": "sandbox"
},
{
"ParameterKey": "KeyName",
"ParameterKey": "SSHKeyName",
"ParameterValue": "key"
},
{
Expand Down

0 comments on commit 31fa285

Please sign in to comment.