AWS eks documentation change
Summary
Fixed typo in CloudFormation reference (CLoudFormation to CloudFormation)
Security assessment
Change is a simple spelling correction with no impact on security content or configurations.
Diff
diff --git a/eks/latest/eksctl/creating-and-managing-clusters.md b/eks/latest/eksctl/creating-and-managing-clusters.md index 76c59f52e..0c5def3fd 100644 --- a//eks/latest/eksctl/creating-and-managing-clusters.md +++ b//eks/latest/eksctl/creating-and-managing-clusters.md @@ -96 +96 @@ If you needed to use an existing VPC, you can use a config file like this: -The cluster name or nodegroup name must contain only alphanumeric characters (case-sensitive) and hyphens. It must start with an alphabetic character and can’t exceed 128 characters, or you will receive a validation error. For more information, see [Create a stack from the CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-using-console-create-stack-parameters.html) in the AWS CloudFormation user guide. +The cluster name or nodegroup name must contain only alphanumeric characters (case-sensitive) and hyphens. It must start with an alphabetic character and can’t exceed 128 characters, or you will receive a validation error. For more information, see [Create a stack from the CloudFormation console](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/cfn-using-console-create-stack-parameters.html) in the AWS CLoudFormation user guide.