We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 54403a5 + 57ceade commit e9eef67Copy full SHA for e9eef67
1 file changed
contrib/ec2/README.md
@@ -22,7 +22,7 @@ Default output format [None]:
22
Generate and upload a new keypair to AWS, ensuring that the name of the keypair is set to "deis".
23
```console
24
$ ssh-keygen -q -t rsa -f ~/.ssh/deis -N '' -C deis
25
-$ 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
26
```
27
28
## Customize cloudformation.json
0 commit comments