AWS eks documentation change
Summary
Replaced multiple placeholder ARNs with valid 'arn:aws:iam::...' format in examples, outputs, and commands
Security assessment
Documentation syntax improvements with no security-related content. No vulnerabilities or security features referenced.
Diff
diff --git a/eks/latest/userguide/windows-support.md b/eks/latest/userguide/windows-support.md index 906c94cf3..5fc8c4c6f 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 <shared id="region.arn"/>iam::111122223333:role/<role-name> --type EC2_Windows + aws eks create-access-entry --cluster-name my-cluster --principal-arn arn:aws:iam::111122223333:role/<role-name> --type EC2_Windows @@ -85 +85 @@ An example output is as follows. - "PolicyArn": "<shared id="region.arn"/>iam::aws:policy/AmazonEKSClusterPolicy" + "PolicyArn": "arn:aws:iam::aws:policy/AmazonEKSClusterPolicy" @@ -89 +89 @@ An example output is as follows. - "PolicyArn": "<shared id="region.arn"/>iam::aws:policy/AmazonEKSVPCResourceController" + "PolicyArn": "arn:aws:iam::aws:policy/AmazonEKSVPCResourceController" @@ -100 +100 @@ If the policy is attached, as it is in the previous output, skip the next step. - --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSVPCResourceController + --policy-arn arn:aws:iam::aws:policy/AmazonEKSVPCResourceController @@ -137 +137 @@ An example output is as follows. - rolearn: <shared id="region.arn"/>iam::111122223333:role/eksNodeRole + rolearn: arn:aws:iam::111122223333:role/eksNodeRole