AWS eks documentation change
Summary
Fixed verb agreement ('exist' to 'exists')
Security assessment
Purely grammatical fix with no security implications. Relates to IAM service accounts but doesn't alter security functionality or documentation.
Diff
diff --git a/eks/latest/userguide/associate-service-account-role.md b/eks/latest/userguide/associate-service-account-role.md index 6819ea0c5..c996e88d7 100644 --- a//eks/latest/userguide/associate-service-account-role.md +++ b//eks/latest/userguide/associate-service-account-role.md @@ -74 +74 @@ This `eksctl` command creates a Kubernetes service account in the specified name -If the role or service account already exist, the previous command might fail. `eksctl` has different options that you can provide in those situations. For more information run `eksctl create iamserviceaccount --help`. +If the role or service account already exists, the previous command might fail. `eksctl` has different options that you can provide in those situations. For more information run `eksctl create iamserviceaccount --help`.