@@ -20,7 +20,7 @@ Default output format [None]:
2020
21213 . Upload a new keypair to AWS, ensuring that the name of the keypair is set to "deis".
2222
23- 4 . Edit [ cloudformation-parameters .json] [ cf-params ] , ensuring to add a new discovery URL.
23+ 4 . Edit [ cloudformation.json] [ cf-params ] , ensuring to add a new discovery URL.
2424You can get a new one by sending a new request to http://discovery.etcd.io/new .
2525``` console
2626 {
@@ -31,8 +31,7 @@ You can get a new one by sending a new request to http://discovery.etcd.io/new.
3131NOTE: If you're interested in running your own discovery endpoint or want to know more
3232about the discovery URL, see http://discovery.etcd.io for more information. You can also
3333read more on how you can customize this cluster by looking at the
34- [ CoreOS EC2 template] [ template ] and applying it to
35- [ cloudformation-parameters.json] [ cf-params ] .
34+ [ CoreOS EC2 template] [ template ] and applying it to [ cloudformation.json] [ cf-params ] .
3635
37365 . Run the [ cloudformation provision script] [ pro-script ] to spawn a new CoreOS cluster:
3837``` console
@@ -85,6 +84,6 @@ email: info@opdemand.com
8584
8685[ aws-cli ] : https://github.com/aws/aws-cli
8786[ template ] : https://s3.amazonaws.com/coreos.com/dist/aws/coreos-alpha.template
88- [ cf-params ] : cloudformation-parameters .json
87+ [ cf-params ] : cloudformation.json
8988[ pro-script ] : provision-ec2-cluster.sh
9089[ init-script ] : initialize-ec2-cluster.sh
0 commit comments