AWS eks documentation change
Summary
Corrected IAM policy ARN format in CLI examples by replacing placeholder syntax with valid ARN strings
Security assessment
The change fixes documentation formatting errors but doesn't address vulnerabilities or security features
Diff
diff --git a/eks/latest/userguide/auto-cluster-iam-role.md b/eks/latest/userguide/auto-cluster-iam-role.md index a0533c6db..f318e686e 100644 --- a//eks/latest/userguide/auto-cluster-iam-role.md +++ b//eks/latest/userguide/auto-cluster-iam-role.md @@ -144 +144 @@ You can use the AWS Management Console or the AWS CLI to create the cluster role - --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSClusterPolicy + --policy-arn arn:aws:iam::aws:policy/AmazonEKSClusterPolicy @@ -151 +151 @@ You can use the AWS Management Console or the AWS CLI to create the cluster role - --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSComputePolicy + --policy-arn arn:aws:iam::aws:policy/AmazonEKSComputePolicy @@ -158 +158 @@ You can use the AWS Management Console or the AWS CLI to create the cluster role - --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSBlockStoragePolicy + --policy-arn arn:aws:iam::aws:policy/AmazonEKSBlockStoragePolicy @@ -165 +165 @@ You can use the AWS Management Console or the AWS CLI to create the cluster role - --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSLoadBalancingPolicy + --policy-arn arn:aws:iam::aws:policy/AmazonEKSLoadBalancingPolicy @@ -172 +172 @@ You can use the AWS Management Console or the AWS CLI to create the cluster role - --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSNetworkingPolicy + --policy-arn arn:aws:iam::aws:policy/AmazonEKSNetworkingPolicy