AWS eks documentation change
Summary
Updated AWS CLI command syntax to use a placeholder for ARN region formatting
Security assessment
Change involves documentation formatting for ARN syntax without any security context. No vulnerabilities or security features are mentioned.
Diff
diff --git a/eks/latest/userguide/deleting-access-entries.md b/eks/latest/userguide/deleting-access-entries.md index 921342aad..086f2cb15 100644 --- a//eks/latest/userguide/deleting-access-entries.md +++ b//eks/latest/userguide/deleting-access-entries.md @@ -40 +40 @@ You can delete an access entry using the AWS Management Console or the AWS CLI. - aws eks delete-access-entry --cluster-name my-cluster --principal-arn arn:aws:iam::111122223333:role/my-role + aws eks delete-access-entry --cluster-name my-cluster --principal-arn <shared id="region.arn"/>iam::111122223333:role/my-role