Skip to content

Commit

Permalink
Fix broken links in EC2 page
Browse files Browse the repository at this point in the history
  • Loading branch information
hlcianfagna authored and amotl committed Aug 9, 2024
1 parent 7b1ead1 commit 693fcd8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions docs/install/cloud/aws/ec2-setup.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,8 @@ You could also provide them as system properties or as settings in the
CrateDB process, which is usually the user ``crate`` in production.

Now you are ready to start your CrateDB instances and they will discover each
other automatically. Use the `AWS CLI`_ or the `AWS Console`_ to run instances
and assign them with an IAM role. Note that all CrateDB instances of the same
other automatically. Use the AWS CLI or the AWS Console to run instances
and `assign them with an IAM role`_. Note that all CrateDB instances of the same
region will join the cluster as long as their cluster name is equal and they are
able to communicate to each other over the transport port.

Expand Down Expand Up @@ -203,8 +203,7 @@ See also :ref:`crate-reference:discovery.ec2.availability_zones`.

.. _3.3: https://cratedb.com/docs/crate/reference/en/3.3/config/cluster.html#discovery
.. _Amazon EC2: https://aws.amazon.com/ec2/
.. _AWS CLI: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#launch-instance-with-role-cli
.. _AWS Console: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html#launch-instance-with-role-console
.. _assign them with an IAM role: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/attach-iam-role.html
.. _AWS guide: httsp://docs.aws.amazon.com/AWSEC2/latest/UserGuide/iam-roles-for-amazon-ec2.html
.. _EC2 API: https://docs.aws.amazon.com/AWSEC2/latest/APIReference/Welcome.html
.. _IAM roles: https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.html
Expand Down

0 comments on commit 693fcd8

Please sign in to comment.