AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2026-05-22 · Documentation low

File: eks/latest/userguide/deploy-ipv6-cluster.md

Summary

Minor grammatical fixes: added missing article 'a' before 'letter or digit' in node group naming rules and fixed backtick formatting around 'eksctl'

Security assessment

Changes are purely grammatical/typographical corrections with no security context. No vulnerabilities, security configurations, or security features are mentioned or modified in the changes.

Diff

diff --git a/eks/latest/userguide/deploy-ipv6-cluster.md b/eks/latest/userguide/deploy-ipv6-cluster.md
index b0b0ffad2..454fb9807 100644
--- a//eks/latest/userguide/deploy-ipv6-cluster.md
+++ b//eks/latest/userguide/deploy-ipv6-cluster.md
@@ -29 +29 @@ Install and configure the following tools and resources that you need to create
-  * If you use the eksctl, install version `0.215.0` or later on your computer. To install or update to it, see [Installation](https://eksctl.io/installation) in the `eksctl` documentation.
+  * If you use `eksctl`, install version `0.215.0` or later on your computer. To install or update to it, see [Installation](https://eksctl.io/installation) in the `eksctl` documentation.
@@ -48 +48 @@ You can use the eksctl or CLI to deploy an `IPv6` cluster.
-     * Replace `my-nodegroup` with a name for your node group. The node group name can’t be longer than 63 characters. It must start with letter or digit, but can also include hyphens and underscores for the remaining characters.
+     * Replace `my-nodegroup` with a name for your node group. The node group name can’t be longer than 63 characters. It must start with a letter or digit, but can also include hyphens and underscores for the remaining characters.
@@ -139 +139 @@ Replace all example values in the steps of this procedure with your own values.
-  1. Run the following commands to set some variables used in later steps. Replace `region-code` with the AWS Region that you want to deploy your resources in. The value can be any AWS Region that is supported by Amazon EKS. For a list of AWS Regions, see [Amazon EKS endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/eks.html) in the AWS General Reference guide. Replace `my-cluster` with a name for your cluster. The name can contain only alphanumeric characters (case-sensitive) and hyphens. It must start with an alphanumeric character and can’t be longer than 100 characters. The name must be unique within the AWS Region and AWS account that you’re creating the cluster in. Replace `my-nodegroup` with a name for your node group. The node group name can’t be longer than 63 characters. It must start with letter or digit, but can also include hyphens and underscores for the remaining characters. Replace `111122223333` with your account ID.
+  1. Run the following commands to set some variables used in later steps. Replace `region-code` with the AWS Region that you want to deploy your resources in. The value can be any AWS Region that is supported by Amazon EKS. For a list of AWS Regions, see [Amazon EKS endpoints and quotas](https://docs.aws.amazon.com/general/latest/gr/eks.html) in the AWS General Reference guide. Replace `my-cluster` with a name for your cluster. The name can contain only alphanumeric characters (case-sensitive) and hyphens. It must start with an alphanumeric character and can’t be longer than 100 characters. The name must be unique within the AWS Region and AWS account that you’re creating the cluster in. Replace `my-nodegroup` with a name for your node group. The node group name can’t be longer than 63 characters. It must start with a letter or digit, but can also include hyphens and underscores for the remaining characters. Replace `111122223333` with your account ID.