Skip to content

Commit ebf51c2

Browse files
author
Matthew Fisher
committed
docs(contrib/ec2): generate the keypair
1 parent e5500d4 commit ebf51c2

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

contrib/ec2/README.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,10 @@ Default output format [None]:
1919
```
2020

2121
## Upload keys
22-
Upload a new keypair to AWS, ensuring that the name of the keypair is set to "deis".
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+
```
2326

2427
## Customize cloudformation.json
2528
Edit [cloudformation.json][cf-params], ensuring to add a new discovery URL.

0 commit comments

Comments
 (0)