AWS Security ChangesHomeSearch

AWS eks: Correct EKS Connector setup commands

Service: eks · 2026-08-11 · Documentation low

File: eks/latest/userguide/connecting-cluster.md

Summary

Fixed kubectl command and terminology for EKS Connector registration.

Security assessment

Corrects cluster connection procedure without changing security posture.

Evidence

        kubectl apply -f eks-connector.yaml,eks-connector-clusterrole.yaml,eks-connector-console-dashboard-full-access-group.yaml

Diff

diff --git a/eks/latest/userguide/connecting-cluster.md b/eks/latest/userguide/connecting-cluster.md
index 0376dc55b..534f8dafc 100644
--- a//eks/latest/userguide/connecting-cluster.md
+++ b//eks/latest/userguide/connecting-cluster.md
@@ -44 +44 @@ You can use YAML manifests when installing the agent. Alternatively, you can use
-To register a cluster to Amazon EKS connector, you can use one of these tools:
+To register a cluster to Amazon EKS Connector, you can use one of these tools:
@@ -138 +138 @@ This creates files on your local computer. These files must be applied to the ex
-  3. In a terminal that can access the cluster, apply the `eks-connector-binding.yaml` file:
+  3. In a terminal that can access the cluster, apply the generated files:
@@ -140 +140 @@ This creates files on your local computer. These files must be applied to the ex
-        kubectl apply -f eks-connector-binding.yaml
+        kubectl apply -f eks-connector.yaml,eks-connector-clusterrole.yaml,eks-connector-console-dashboard-full-access-group.yaml
@@ -151 +151 @@ To install the `eks-connector` agent, use one of the following tools:
-  * yaml
+  * YAML
@@ -178 +178 @@ If you used the AWS Management Console in the previous step, use the command tha
-### yaml
+### YAML