AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2026-04-10 · Documentation low

File: eks/latest/userguide/metrics-server.md

Summary

Fixed typo: 'sufficent' to 'sufficient' in Kubernetes RBAC permissions documentation

Security assessment

This change corrects a spelling error ('sufficent' to 'sufficient') in a sentence about RBAC permissions. While RBAC is security-related, this change doesn't add new security documentation or address any security vulnerability; it only fixes a typo in existing documentation.

Diff

diff --git a/eks/latest/userguide/metrics-server.md b/eks/latest/userguide/metrics-server.md
index f43a3b97c..2526e2a77 100644
--- a//eks/latest/userguide/metrics-server.md
+++ b//eks/latest/userguide/metrics-server.md
@@ -85 +85 @@ An example output is as follows.
-  4. If you receive the error message `Error from server (Forbidden)`, you need to update your Kubernetes RBAC configuration. Your Kubernetes RBAC identity needs sufficent permissions to read cluster metrics. Review the [minimum required Kubernetes API permissions for reading metrics](https://github.com/kubernetes-sigs/metrics-server/blob/e285375a49e3bf77ddd78c08a05aaa44f2249ebd/manifests/base/rbac.yaml#L5C9-L5C41) on GitHub. Learn how to [grant AWS IAM Identities such as Roles access to Kubernetes APIs](./grant-k8s-access.html#authentication-modes).
+  4. If you receive the error message `Error from server (Forbidden)`, you need to update your Kubernetes RBAC configuration. Your Kubernetes RBAC identity needs sufficient permissions to read cluster metrics. Review the [minimum required Kubernetes API permissions for reading metrics](https://github.com/kubernetes-sigs/metrics-server/blob/e285375a49e3bf77ddd78c08a05aaa44f2249ebd/manifests/base/rbac.yaml#L5C9-L5C41) on GitHub. Learn how to [grant AWS IAM Identities such as Roles access to Kubernetes APIs](./grant-k8s-access.html#authentication-modes).