AWS eks documentation change
Summary
Replaced hardcoded 'arn:aws:' prefixes with '<shared id="region.arn"/>' in multiple ARN examples
Security assessment
Documentation-only change for ARN formatting consistency. No security implications or security feature documentation added.
Diff
diff --git a/eks/latest/userguide/eks-outposts-local-cluster-create.md b/eks/latest/userguide/eks-outposts-local-cluster-create.md index f3614a35c..c27ca8734 100644 --- a//eks/latest/userguide/eks-outposts-local-cluster-create.md +++ b//eks/latest/userguide/eks-outposts-local-cluster-create.md @@ -108 +108 @@ You could also use the [AWS CLI](https://docs.aws.amazon.com/cli/latest/referenc - controlPlaneOutpostARN: arn:aws:outposts:region-code:111122223333:outpost/op-uniqueid + controlPlaneOutpostARN: <shared id="region.arn"/>outposts:region-code:111122223333:outpost/op-uniqueid @@ -160 +160 @@ The `eksctl` command automatically created an [access entry](./access-entries.ht - aws iam attach-role-policy --policy-arn arn:aws:iam::aws:policy/AmazonEKSLocalOutpostClusterPolicy --role-name myAmazonEKSLocalClusterRole + aws iam attach-role-policy --policy-arn <shared id="region.arn"/>iam::aws:policy/AmazonEKSLocalOutpostClusterPolicy --role-name myAmazonEKSLocalClusterRole @@ -233 +233 @@ An example output is as follows. - Added new context arn:aws:eks:region-code:111122223333:cluster/my-cluster to /home/username/.kube/config + Added new context <shared id="region.arn"/>eks:region-code:111122223333:cluster/my-cluster to /home/username/.kube/config