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. No security implications identified.
Diff
diff --git a/eks/latest/userguide/hybrid-nodes-cluster-create.md b/eks/latest/userguide/hybrid-nodes-cluster-create.md index 6764fa2cd..5c31b9c5b 100644 --- a//eks/latest/userguide/hybrid-nodes-cluster-create.md +++ b//eks/latest/userguide/hybrid-nodes-cluster-create.md @@ -49 +48,0 @@ If you already have a cluster IAM role, or you’re going to create your cluster - cat >eks-cluster-role-trust-policy.json <<EOF @@ -62 +60,0 @@ If you already have a cluster IAM role, or you’re going to create your cluster - EOF