AWS kms documentation change
Summary
Updated resource ARN pattern in IAM policy example to use wildcards
Security assessment
Improves policy example accuracy but doesn't address a specific security vulnerability. Enhances documentation clarity for security configurations.
Diff
diff --git a/kms/latest/developerguide/customer-managed-policies.md b/kms/latest/developerguide/customer-managed-policies.md index 28ac17702..47fb9f30c 100644 --- a//kms/latest/developerguide/customer-managed-policies.md +++ b//kms/latest/developerguide/customer-managed-policies.md @@ -66 +66 @@ JSON - "Resource": "arn:aws:kms:***** :111122223333:key/***** " + "Resource": "arn:aws:kms:*:111122223333:key/*"