AWS eks documentation change
Summary
Fixed ARN syntax in service account role association command
Security assessment
Corrects a single ARN formatting error. No security implications as the change doesn't modify permissions or address vulnerabilities.
Diff
diff --git a/eks/latest/userguide/cni-network-policy-configure.md b/eks/latest/userguide/cni-network-policy-configure.md index 64ae1b1eb..afcd5287f 100644 --- a//eks/latest/userguide/cni-network-policy-configure.md +++ b//eks/latest/userguide/cni-network-policy-configure.md @@ -143 +143 @@ Using the AWS CLI, you can configure the cluster to use Kubernetes network polic - --service-account-role-arn <shared id="region.arn"/>iam::123456789012:role/AmazonEKSVPCCNIRole \ + --service-account-role-arn arn:aws:iam::123456789012:role/AmazonEKSVPCCNIRole \