AWS eks documentation change
Summary
Added link to 'Harden Kubernetes RBAC in Amazon EKS' documentation in security considerations section
Security assessment
This change adds a reference to RBAC hardening documentation in the security considerations section. While this enhances security documentation by pointing to best practices for access control, there is no evidence of a specific security vulnerability being addressed. The change improves security documentation but doesn't indicate a security incident.
Diff
diff --git a/eks/latest/userguide/security-k8s.md b/eks/latest/userguide/security-k8s.md index 13196e6d3..8a5db1027 100644 --- a//eks/latest/userguide/security-k8s.md +++ b//eks/latest/userguide/security-k8s.md @@ -24,0 +25,2 @@ The following are considerations for security in the cloud, as they affect Kuber + * [Harden Kubernetes RBAC in Amazon EKS](./rbac-hardening.html) +