AWS eks documentation change
Summary
Corrected IAM role ARN syntax in VPC CNI configuration commands.
Security assessment
Fixes placeholder syntax in example commands. No security vulnerability or security feature documentation involved.
Diff
diff --git a/eks/latest/userguide/network-policies-troubleshooting.md b/eks/latest/userguide/network-policies-troubleshooting.md index 74d9701b9..024fd0217 100644 --- a//eks/latest/userguide/network-policies-troubleshooting.md +++ b//eks/latest/userguide/network-policies-troubleshooting.md @@ -264 +264 @@ AWS CLI - --service-account-role-arn <shared id="region.arn"/>iam::123456789012:role/AmazonEKSVPCCNIRole \ + --service-account-role-arn arn:aws:iam::123456789012:role/AmazonEKSVPCCNIRole \ @@ -381 +381 @@ The following screenshot shows an example of this scenario. - --service-account-role-arn <shared id="region.arn"/>iam::123456789012:role/AmazonEKSVPCCNIRole \ + --service-account-role-arn arn:aws:iam::123456789012:role/AmazonEKSVPCCNIRole \