AWS Security ChangesHomeSearch

AWS eks documentation change

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

File: eks/latest/userguide/create-storage-class.md

Summary

Replaced hardcoded region in KMS ViaService condition with placeholder variable

Security assessment

Standardization of region references in policy examples. No security-related changes to policy logic or permissions.

Diff

diff --git a/eks/latest/userguide/create-storage-class.md b/eks/latest/userguide/create-storage-class.md
index f84660973..74ae259a8 100644
--- a//eks/latest/userguide/create-storage-class.md
+++ b//eks/latest/userguide/create-storage-class.md
@@ -102 +102 @@ Update the following values in the policy below:
-                  "AWS": "arn:aws:iam::123456789012:root"
+                  "AWS": "&region-arn;iam::123456789012:root"
@@ -125 +125 @@ Update the following values in the policy below:
-                    "kms:ViaService": "ec2.us-east-1.amazonaws.com"
+                    "kms:ViaService": "ec2.&region_api_default;.amazonaws.com"