AWS eks documentation change
Summary
Fixed JSON syntax in configuration example
Security assessment
Syntax correction with no security impact or security-related content changes.
Diff
diff --git a/eks/latest/userguide/set-builtin-node-pools.md b/eks/latest/userguide/set-builtin-node-pools.md index a296bdd1b..14137db86 100644 --- a//eks/latest/userguide/set-builtin-node-pools.md +++ b//eks/latest/userguide/set-builtin-node-pools.md @@ -65,4 +65,2 @@ Use the following command to enable both built-in NodePools: - "nodePools": ["general-purpose", "system"] - "enabled": true, - "nodeRoleArn":"<node-role-arn>", - "nodePools": ["general-purpose", "system"] + "nodePools": ["general-purpose", "system"], + "enabled": true