AWS eks documentation change
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": "®ion-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.®ion_api_default;.amazonaws.com"