We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bdd79a commit 1286afcCopy full SHA for 1286afc
1 file changed
contrib/ec2/README.md
@@ -22,6 +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
26
```
27
28
## Customize cloudformation.json
@@ -41,6 +42,7 @@ read more on how you can customize this cluster by looking at the
41
42
## Run the provision script
43
Run the [cloudformation provision script][pro-script] to spawn a new CoreOS cluster:
44
45
+$ cd contrib/ec2
46
$ ./provision-ec2-cluster.sh
47
{
48
"StackId": "arn:aws:cloudformation:us-west-1:413516094235:stack/deis/9699ec20-c257-11e3-99eb-50fa01cd4496"
0 commit comments