Skip to content

Commit 231ede3

Browse files
author
Matthew Fisher
committed
fix(contrib): update ec2 cloudformation docs
1 parent 8952179 commit 231ede3

1 file changed

Lines changed: 3 additions & 4 deletions

File tree

contrib/ec2/README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Default output format [None]:
2020

2121
3. 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.
2424
You 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.
3131
NOTE: If you're interested in running your own discovery endpoint or want to know more
3232
about the discovery URL, see http://discovery.etcd.io for more information. You can also
3333
read 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

3736
5. 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

Comments
 (0)