AWS eks documentation change
Summary
Replaced ARN prefixes with '<shared id="region.arn"/>' placeholder in create-access-entry CLI examples
Security assessment
Changes only standardize ARN documentation format for access entry commands. No security features or vulnerabilities are addressed.
Diff
diff --git a/eks/latest/userguide/creating-access-entries.md b/eks/latest/userguide/creating-access-entries.md index 3ad1197e8..5ae82433d 100644 --- a//eks/latest/userguide/creating-access-entries.md +++ b//eks/latest/userguide/creating-access-entries.md @@ -131 +131 @@ You can create an access entry using the AWS Management Console or the AWS CLI. - aws eks create-access-entry --cluster-name my-cluster --principal-arn arn:aws:iam::111122223333:role/EKS-my-cluster-self-managed-ng-1 --type EC2_LINUX + aws eks create-access-entry --cluster-name my-cluster --principal-arn <shared id="region.arn"/>iam::111122223333:role/EKS-my-cluster-self-managed-ng-1 --type EC2_LINUX @@ -137 +137 @@ You can’t use the `--kubernetes-groups` option when you specify a type other t - aws eks create-access-entry --cluster-name my-cluster --principal-arn arn:aws:iam::111122223333:role/my-role --type STANDARD --user Viewers --kubernetes-groups Viewers + aws eks create-access-entry --cluster-name my-cluster --principal-arn <shared id="region.arn"/>iam::111122223333:role/my-role --type STANDARD --user Viewers --kubernetes-groups Viewers @@ -141 +141 @@ You can’t use the `--kubernetes-groups` option when you specify a type other t - aws eks create-access-entry --cluster-name my-cluster --principal-arn arn:aws:iam::111122223333:user/my-user --type STANDARD --username my-user + aws eks create-access-entry --cluster-name my-cluster --principal-arn <shared id="region.arn"/>iam::111122223333:user/my-user --type STANDARD --username my-user