AWS eks documentation change
Summary
Updated IAM ARN examples by replacing 'arn:aws:' prefixes with '<shared id="region.arn"/>' in command examples, policy references, and role mappings
Security assessment
Documentation-only change for consistent placeholder usage in IAM references. No security vulnerabilities addressed or security features documented. Routine example formatting improvement.
Diff
diff --git a/eks/latest/userguide/windows-support.md b/eks/latest/userguide/windows-support.md index 5fc8c4c6f..da66945a9 100644 --- a//eks/latest/userguide/windows-support.md +++ b//eks/latest/userguide/windows-support.md @@ -57 +57 @@ To create an access entry for a Windows node: - aws eks create-access-entry --cluster-name my-cluster --principal-arn arn:aws:iam::111122223333:role/<role-name> --type EC2_Windows + aws eks create-access-entry --cluster-name my-cluster --principal-arn <shared id="region.arn"/>iam::111122223333:role/<role-name> --type EC2_Windows @@ -85 +85 @@ An example output is as follows. - "PolicyArn": "arn:aws:iam::aws:policy/AmazonEKSClusterPolicy" + "PolicyArn": "<shared id="region.arn"/>iam::aws:policy/AmazonEKSClusterPolicy" @@ -89 +89 @@ An example output is as follows. - "PolicyArn": "arn:aws:iam::aws:policy/AmazonEKSVPCResourceController" + "PolicyArn": "<shared id="region.arn"/>iam::aws:policy/AmazonEKSVPCResourceController" @@ -100 +100 @@ If the policy is attached, as it is in the previous output, skip the next step. - --policy-arn arn:aws:iam::aws:policy/AmazonEKSVPCResourceController + --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSVPCResourceController @@ -137 +137 @@ An example output is as follows. - rolearn: arn:aws:iam::111122223333:role/eksNodeRole + rolearn: <shared id="region.arn"/>iam::111122223333:role/eksNodeRole