diff --git a/content/rancher/v2.x/en/cluster-provisioning/hosted-kubernetes-clusters/eks/_index.md b/content/rancher/v2.x/en/cluster-provisioning/hosted-kubernetes-clusters/eks/_index.md
index fabedc6a51b..1375d4f33bf 100644
--- a/content/rancher/v2.x/en/cluster-provisioning/hosted-kubernetes-clusters/eks/_index.md
+++ b/content/rancher/v2.x/en/cluster-provisioning/hosted-kubernetes-clusters/eks/_index.md
@@ -73,8 +73,16 @@ Use Rancher to set up and configure your Kubernetes cluster.
# EKS Cluster Configuration Reference
+{{% tabs %}}
+{{% tab "Rancher v2.5+" %}}
+{{% /tab %}}
+{{% tab "Rancher prior to v2.5" %}}
+
+
### Account Access
+
+
Complete each drop-down and field using the information obtained for your [IAM policy.](#iam-policy)
| Setting | Description |
@@ -85,6 +93,8 @@ Complete each drop-down and field using the information obtained for your [IAM p
### Service Role
+
+
Choose a [service role](https://docs.aws.amazon.com/IAM/latest/UserGuide/using-service-linked-roles.html).
Service Role | Description
@@ -94,6 +104,8 @@ Custom: Choose from your existing service roles | If you choose this role, Ranch
### Public IP for Worker Nodes
+
+
Your selection for this option determines what options are available for **VPC & Subnet**.
Option | Description
@@ -103,6 +115,8 @@ No: Private IPs only | When your cluster nodes are provisioned, they're assigned
### VPC & Subnet
+
+
The available options depend on the [public IP for worker nodes.](#public-ip-for-worker-nodes)
Option | Description
@@ -122,7 +136,7 @@ If you choose to assign a public IP address to your cluster's worker nodes, you
If you're using **Custom: Choose from your existing VPC and Subnets**:
-(If you're using **Standard**, skip to the [instance options.)](#select-instance-options)
+(If you're using **Standard**, skip to the [instance options.)](#select-instance-options-2-4)
1. Make sure **Custom: Choose from your existing VPC and Subnets** is selected.
@@ -143,12 +157,11 @@ Follow the steps below.
1. Click **Next: Select Subnets**. Then choose one of the **Subnets** that displays.
-1. Click **Next: Select Security Group**.
{{% /accordion %}}
### Security Group
-
+
Amazon Documentation:
@@ -158,7 +171,7 @@ Amazon Documentation:
### Instance Options
-
+
Instance type and size of your worker nodes affects how many IP addresses each worker node will have available. See this [documentation](https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/using-eni.html#AvailableIpPerENI) for more information.
@@ -169,6 +182,10 @@ Custom AMI Override | If you want to use a custom [Amazon Machine Image](https:/
Desired ASG Size | The number of instances that your cluster will provision.
User Data | Custom commands can to be passed to perform automated configuration tasks **WARNING: Modifying this may cause your nodes to be unable to join the cluster.** _Note: Available as of v2.2.0_
+{{% /tab %}}
+{{% /tabs %}}
+
+
# Troubleshooting
For any issues or troubleshooting details for your Amazon EKS Kubernetes cluster, please see this [documentation](https://docs.aws.amazon.com/eks/latest/userguide/troubleshooting.html).