AWS eks documentation change
Summary
Fixed typo in resource name (resourcequotas/status) and corrected capability description from networking to compute management.
Security assessment
Minor corrections in IAM policy documentation; no evidence of security issues or new security features being added.
Diff
diff --git a/eks/latest/userguide/access-policy-permissions.md b/eks/latest/userguide/access-policy-permissions.md index 9706b5fef..c7e537542 100644 --- a//eks/latest/userguide/access-policy-permissions.md +++ b//eks/latest/userguide/access-policy-permissions.md @@ -150 +150 @@ Kubernetes API groups | Kubernetes resources | Kubernetes verbs (permissions) -| `bindings`, `events`, `limitranges`, `namespaces/status`, `pods/log`, `pods/status`, `replicationcontrollers/status`, `resourcequotas`, r`esourcequotas/status` | `get`, `list`, `watch` +| `bindings`, `events`, `limitranges`, `namespaces/status`, `pods/log`, `pods/status`, `replicationcontrollers/status`, `resourcequotas`, `resourcequotas/status` | `get`, `list`, `watch` @@ -254 +254 @@ The policy is scoped specifically to compute management lease resources while al -Amazon EKS automatically creates an access entry with this access policy for the cluster IAM role when Auto Mode is enabled, ensuring that the necessary permissions are in place for the networking capability to function properly. +Amazon EKS automatically creates an access entry with this access policy for the cluster IAM role when Auto Mode is enabled, ensuring that the necessary permissions are in place for the compute management capability to function properly.