AWS eks documentation change
Summary
Fixed a typo in a sentence about NodeSecurityGroups: 'This for, for example' changed to 'This is the case, for example'.
Security assessment
This is a typo correction for clarity. The content is about specifying security groups, but the change itself does not introduce or modify security guidance; it only fixes wording.
Diff
diff --git a/eks/latest/userguide/launch-windows-workers.md b/eks/latest/userguide/launch-windows-workers.md index fade4ff7b..9b887135f 100644 --- a//eks/latest/userguide/launch-windows-workers.md +++ b//eks/latest/userguide/launch-windows-workers.md @@ -179 +179 @@ If you don’t provide a key pair here, the AWS CloudFormation stack fails to be - * **NodeSecurityGroups** : Select the security group that was created for your Linux node group when you created your [VPC](./creating-a-vpc.html). If your Linux nodes have more than one security group attached to them, specify all of them. This for, for example, if the Linux node group was created with `eksctl`. + * **NodeSecurityGroups** : Select the security group that was created for your Linux node group when you created your [VPC](./creating-a-vpc.html). If your Linux nodes have more than one security group attached to them, specify all of them. This is the case, for example, if the Linux node group was created with `eksctl`.