AWS eks documentation change
Summary
Replaced hardcoded ARNs with '<shared id="region.arn"/>' placeholder in policy references and KMS key ID examples
Security assessment
Modifications only standardize ARN/KMS ID documentation format without changing security practices or addressing vulnerabilities.
Diff
diff --git a/eks/latest/userguide/create-node-class.md b/eks/latest/userguide/create-node-class.md index 6a199ce13..e850997ab 100644 --- a//eks/latest/userguide/create-node-class.md +++ b//eks/latest/userguide/create-node-class.md @@ -86 +86 @@ Update the following CLI commands with your cluster name, and node role ARN. The - --policy-arn arn:aws:eks::aws:cluster-access-policy/AmazonEKSAutoNodePolicy \ + --policy-arn <shared id="region.arn"/>eks::aws:cluster-access-policy/AmazonEKSAutoNodePolicy \ @@ -105 +105 @@ Update the following CloudFormation with your cluster name, and node role ARN. T - PolicyArn: arn:aws:eks::aws:cluster-access-policy/AmazonEKSAutoNodePolicy + PolicyArn: <shared id="region.arn"/>eks::aws:cluster-access-policy/AmazonEKSAutoNodePolicy @@ -175 +175 @@ For information about deploying CloudFormation stacks, see [Getting started with - kmsKeyID: "arn:aws:kms:region:account:key/key-id" + kmsKeyID: "<shared id="region.arn"/>kms:region:account:key/key-id"