Skip to content
This repository has been archived by the owner on Nov 30, 2021. It is now read-only.

Commit

Permalink
Merge pull request #868 from deis/fix_865
Browse files Browse the repository at this point in the history
fix(contrib/ec2): fix README from #865
  • Loading branch information
carmstrong committed May 1, 2014
2 parents 54403a5 + 57ceade commit e9eef67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/ec2/README.md
Expand Up @@ -22,7 +22,7 @@ Default output format [None]:
Generate and upload a new keypair to AWS, ensuring that the name of the keypair is set to "deis".
```console
$ ssh-keygen -q -t rsa -f ~/.ssh/deis -N '' -C deis
$ aws ec2 import-key-pair --key-name deis --public-key-material file://~/.ssh/deis
$ aws ec2 import-key-pair --key-name deis --public-key-material file://~/.ssh/deis.pub
```

## Customize cloudformation.json
Expand Down

0 comments on commit e9eef67

Please sign in to comment.