AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2026-01-25 · Documentation low

File: eks/latest/userguide/connector-iam-role.md

Summary

Fixed CloudFormation resource declarations and ARN patterns by correcting 'AWS' references

Security assessment

Corrects CloudFormation syntax errors and ARN patterns. While IAM roles are security constructs, these changes fix deployment templates without altering security properties.

Diff

diff --git a/eks/latest/userguide/connector-iam-role.md b/eks/latest/userguide/connector-iam-role.md
index d68dee368..9720ceaeb 100644
--- a//eks/latest/userguide/connector-iam-role.md
+++ b//eks/latest/userguide/connector-iam-role.md
@@ -132 +132 @@ This template also creates the service-linked role that would otherwise be creat
-        Type: <shared id="AWS"/>::IAM::ServiceLinkedRole
+        Type: AWS::IAM::ServiceLinkedRole
@@ -137 +137 @@ This template also creates the service-linked role that would otherwise be creat
-        Type: <shared id="AWS"/>::IAM::Role
+        Type: AWS::IAM::Role
@@ -148 +148 @@ This template also creates the service-linked role that would otherwise be creat
-        Type: <shared id="AWS"/>::IAM::Policy
+        Type: AWS::IAM::Policy
@@ -159 +159 @@ This template also creates the service-linked role that would otherwise be creat
-                - Fn::Sub: 'arn:${<shared id="AWS"/>::Partition}:eks:*:*:cluster/*'
+                - Fn::Sub: 'arn:${AWS::Partition}:eks:*:*:cluster/*'
@@ -165 +165 @@ This template also creates the service-linked role that would otherwise be creat
-        Description: The agent role that EKS connector uses to communicate with <shared id="AWS"/> services.
+        Description: The agent role that EKS connector uses to communicate with AWS services.