We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e5500d4 commit ebf51c2Copy full SHA for ebf51c2
1 file changed
contrib/ec2/README.md
@@ -19,7 +19,10 @@ Default output format [None]:
19
```
20
21
## Upload keys
22
-Upload a new keypair to AWS, ensuring that the name of the keypair is set to "deis".
+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
+```
26
27
## Customize cloudformation.json
28
Edit [cloudformation.json][cf-params], ensuring to add a new discovery URL.
0 commit comments