AWS eks documentation change
Summary
Fixed a grammatical error ('that don’t specify' to 'that you don’t specify') in the username recommendation section
Security assessment
Change is purely grammatical with no security implications. It doesn't address vulnerabilities or modify security guidance.
Diff
diff --git a/eks/latest/userguide/creating-access-entries.md b/eks/latest/userguide/creating-access-entries.md index 0eb7250f5..741da1202 100644 --- a//eks/latest/userguide/creating-access-entries.md +++ b//eks/latest/userguide/creating-access-entries.md @@ -49 +49 @@ Before creating access entries, consider the following: - * If the type of the access entry is `STANDARD`, you can specify a _username_ for the access entry. If you don’t specify a value for username, Amazon EKS sets one of the following values for you, depending on the type of the access entry and whether the IAM principal that you specified is an IAM role or IAM user. Unless you have a specific reason for specifying your own username, we recommend that don’t specify one and let Amazon EKS auto-generate it for you. If you specify your own username: + * If the type of the access entry is `STANDARD`, you can specify a _username_ for the access entry. If you don’t specify a value for username, Amazon EKS sets one of the following values for you, depending on the type of the access entry and whether the IAM principal that you specified is an IAM role or IAM user. Unless you have a specific reason for specifying your own username, we recommend that you don’t specify one and let Amazon EKS auto-generate it for you. If you specify your own username: