AWS Security ChangesHomeSearch

AWS eks documentation change

Service: eks · 2026-02-28 · Documentation low

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

Summary

Replaced hardcoded ARNs with &region-arn; placeholder in IAM policy examples

Security assessment

Documentation formatting change for regional ARN consistency without security implications.

Diff

diff --git a/eks/latest/userguide/authenticate-oidc-identity-provider.md b/eks/latest/userguide/authenticate-oidc-identity-provider.md
index 0dc60518d..1d2d1e912 100644
--- a//eks/latest/userguide/authenticate-oidc-identity-provider.md
+++ b//eks/latest/userguide/authenticate-oidc-identity-provider.md
@@ -134 +134 @@ If you want to prevent an OIDC identity provider from being associated with a cl
-                "Resource": "arn:aws:eks:us-west-2:111122223333:cluster/*"
+                "Resource": "&region-arn;eks:us-west-2:111122223333:cluster/*"
@@ -158 +158 @@ The following example policy allows OIDC identity provider association if the `c
-                "Resource": "arn:aws:eks:us-west-2:111122223333:cluster/my-instance",
+                "Resource": "&region-arn;eks:us-west-2:111122223333:cluster/my-instance",
@@ -169 +169 @@ The following example policy allows OIDC identity provider association if the `c
-                "Resource": "arn:aws:eks:us-west-2:111122223333:cluster/my-instance",
+                "Resource": "&region-arn;eks:us-west-2:111122223333:cluster/my-instance",