AWS Security ChangesHomeSearch

AWS eks medium security documentation change

Service: eks · 2025-09-28 · Security-related medium

File: eks/latest/userguide/authenticate-oidc-identity-provider.md

Summary

Removed invalid string '&TCX5-2025-waiver;' from IAM policy examples

Security assessment

Fixing malformed IAM policy examples prevents potential misconfigurations that could lead to unintended permissions or policy failures, addressing a security-adjacent correctness issue.

Diff

diff --git a/eks/latest/userguide/authenticate-oidc-identity-provider.md b/eks/latest/userguide/authenticate-oidc-identity-provider.md
index 90ac44019..26cab3c68 100644
--- a//eks/latest/userguide/authenticate-oidc-identity-provider.md
+++ b//eks/latest/userguide/authenticate-oidc-identity-provider.md
@@ -126 +126 @@ If you want to prevent an OIDC identity provider from being associated with a cl
-        "Version": "2012-10-17",&TCX5-2025-waiver;		 	 	 
+        "Version": "2012-10-17",		 	 	 
@@ -152 +152 @@ The following example policy allows OIDC identity provider association if the `c
-        "Version": "2012-10-17",&TCX5-2025-waiver;		 	 	 
+        "Version": "2012-10-17",