AWS Security ChangesHomeSearch

AWS eks documentation change

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

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

Summary

Fixed a typo in a URL example for OIDC identity provider association - changed 'https://cognito-idp.us-west-2amazonaws.com/*' to 'https://cognito-idp.us-west-2.amazonaws.com/*' (added missing dot)

Security assessment

This is a typo correction in a URL example. While incorrect URLs in OIDC configuration could potentially lead to authentication issues, there's no evidence this was addressing an actual security vulnerability or incident. It's a documentation accuracy fix.

Diff

diff --git a/eks/latest/userguide/authenticate-oidc-identity-provider.md b/eks/latest/userguide/authenticate-oidc-identity-provider.md
index 456749638..91b2ff273 100644
--- a//eks/latest/userguide/authenticate-oidc-identity-provider.md
+++ b//eks/latest/userguide/authenticate-oidc-identity-provider.md
@@ -148 +148 @@ If you want to prevent an OIDC identity provider from being associated with a cl
-The following example policy allows OIDC identity provider association if the `clientID` is `kubernetes` and the `issuerUrl` is `https://cognito-idp.us-west-2amazonaws.com/*`.
+The following example policy allows OIDC identity provider association if the `clientID` is `kubernetes` and the `issuerUrl` is `https://cognito-idp.us-west-2.amazonaws.com/*`.