We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a8869a9 commit cbeca5aCopy full SHA for cbeca5a
2 files 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/id_rsa.pub
+$ aws ec2 import-key-pair --key-name deis --public-key-material file://~/.ssh/deis
26
```
27
28
## Customize cloudformation.json
contrib/ec2/cloudformation.json
@@ -2,5 +2,9 @@
2
{
3
"ParameterKey": "KeyPair",
4
"ParameterValue": "deis"
5
+ },
6
+ {
7
+ "ParameterKey": "DiscoveryURL",
8
+ "ParameterValue": "https://discovery.etcd.io/06f9b54a2ffe65f072109924604b4cd7"
9
}
10
]
0 commit comments