AWS transform documentation change
Summary
Updated KMS key ARN and endpoint to use specific us-east-1 region and account ID 111122223333
Security assessment
Change replaces placeholder values with concrete examples but doesn't address a security vulnerability. Security implications are limited to example accuracy, not actual vulnerability fixes.
Diff
diff --git a/transform/latest/userguide/data-encryption.md b/transform/latest/userguide/data-encryption.md index 36306c210..9ca294d0d 100644 --- a//transform/latest/userguide/data-encryption.md +++ b//transform/latest/userguide/data-encryption.md @@ -167 +167 @@ JSON - "arn:aws:kms:{{region}}:{{account_id}}:key/[[key_id]]" + "arn:aws:kms:us-east-1:{111122223333}:key/[[key_id]]" @@ -172 +172 @@ JSON - "q.{{region}}.amazonaws.com" + "q.us-east-1.amazonaws.com"