AWS eks documentation change
Summary
Corrected RBAC acronym expansion from 'authorization control' to 'access control' and fixed punctuation in CLI instruction.
Security assessment
Changes are terminological corrections and formatting fixes. The RBAC explanation remains functionally identical, and no security vulnerabilities or new security features are documented.
Diff
diff --git a/eks/latest/userguide/default-roles-users.md b/eks/latest/userguide/default-roles-users.md index 7a952e9c5..29d5bf500 100644 --- a//eks/latest/userguide/default-roles-users.md +++ b//eks/latest/userguide/default-roles-users.md @@ -15 +15 @@ To contribute to this user guide, choose the **Edit this page on GitHub** link t -When you create a Kubernetes cluster, several default Kubernetes identities are created on that cluster for the proper functioning of Kubernetes. Amazon EKS creates Kubernetes identities for each of its default components. The identities provide Kubernetes role-based authorization control (RBAC) for the cluster components. For more information, see [Using RBAC Authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/) in the Kubernetes documentation. +When you create a Kubernetes cluster, several default Kubernetes identities are created on that cluster for the proper functioning of Kubernetes. Amazon EKS creates Kubernetes identities for each of its default components. The identities provide Kubernetes role-based access control (RBAC) for the cluster components. For more information, see [Using RBAC Authorization](https://kubernetes.io/docs/reference/access-authn-authz/rbac/) in the Kubernetes documentation. @@ -37 +37 @@ The [IAM principal](https://docs.aws.amazon.com/IAM/latest/UserGuide/id_roles.ht - 5. Choose, **ClusterRoles** , **ClusterRoleBindings** , **Roles** , or **RoleBindings**. All resources prefaced with **eks** are created by Amazon EKS. Additional Amazon EKS created identity resources are: + 5. Choose **ClusterRoles** , **ClusterRoleBindings** , **Roles** , or **RoleBindings**. All resources prefaced with **eks** are created by Amazon EKS. Additional Amazon EKS created identity resources are: