AWS eks documentation change
Summary
Removed code block markers for creating a JSON trust policy file
Security assessment
The change removes shell script syntax for generating a trust policy JSON file but does not alter security-related content. No evidence of addressing a vulnerability.
Diff
diff --git a/eks/latest/userguide/eks-outposts-local-cluster-create.md b/eks/latest/userguide/eks-outposts-local-cluster-create.md index 78197c6ca..f3614a35c 100644 --- a//eks/latest/userguide/eks-outposts-local-cluster-create.md +++ b//eks/latest/userguide/eks-outposts-local-cluster-create.md @@ -141 +140,0 @@ The `eksctl` command automatically created an [access entry](./access-entries.ht - cat >eks-local-cluster-role-trust-policy.json <<EOF @@ -154 +152,0 @@ The `eksctl` command automatically created an [access entry](./access-entries.ht - EOF