From e269c68ed27e12cb7bfcbac30c2a9081d7b22ca5 Mon Sep 17 00:00:00 2001 From: LucasSaintarbor Date: Tue, 9 Jan 2024 15:32:55 -0800 Subject: [PATCH] Add links to tools needed for AWS installation --- .../aws-marketplace-payg-integration/prerequisites.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/versioned_docs/version-2.7/integrations-in-rancher/cloud-marketplace/aws-marketplace-payg-integration/prerequisites.md b/versioned_docs/version-2.7/integrations-in-rancher/cloud-marketplace/aws-marketplace-payg-integration/prerequisites.md index ab57dd37f42..7b7a3c25c8a 100644 --- a/versioned_docs/version-2.7/integrations-in-rancher/cloud-marketplace/aws-marketplace-payg-integration/prerequisites.md +++ b/versioned_docs/version-2.7/integrations-in-rancher/cloud-marketplace/aws-marketplace-payg-integration/prerequisites.md @@ -9,7 +9,7 @@ Before using Rancher Prime on AWS as a pay-as-you-go (PAYG) offering, you need t - Get the Load Balancer IP. Please refer to [Rancher documentation](../../../getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks.md#6-get-load-balancer-ip) and save the EXTERNAL-IP. - The Rancher hostname must be a fully qualified domain name (FQDN), and its corresponding IP address must be resolvable from a public DNS. Please refer to [Rancher documentation](../../../getting-started/installation-and-upgrade/install-upgrade-on-a-kubernetes-cluster/rancher-on-amazon-eks.md#7-set-up-dns) for instructions on how to set up DNS. This DNS is set up to point to the EXTERNAL-IP saved. - Installation requires you to have the following tools available and properly configured to access your AWS account and your EKS cluster: - - `aws` - - `curl` - - `eksctl` - - `helm` (v3 or greater) + - [`aws`](https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html) + - [`curl`](https://curl.se/docs/install.html) + - [`eksctl`](https://eksctl.io/installation/) + - [`helm` (v3 or greater)](https://helm.sh/docs/intro/quickstart/#install-helm)