Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix broken links in EC2 page #119

Merged
merged 1 commit into from
Aug 9, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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