AWS emr documentation change
Summary
Updated KMS key ARN example by replacing placeholder brackets with uppercase values
Security assessment
Change improves example accuracy for encryption configuration but doesn't address a specific security vulnerability. Security documentation is enhanced by providing clearer encryption setup examples.
Diff
diff --git a/emr/latest/ManagementGuide/emr-studio-workspace-storage-encryption.md b/emr/latest/ManagementGuide/emr-studio-workspace-storage-encryption.md index 06fa492dd..a52d70649 100644 --- a//emr/latest/ManagementGuide/emr-studio-workspace-storage-encryption.md +++ b//emr/latest/ManagementGuide/emr-studio-workspace-storage-encryption.md @@ -66 +66 @@ JSON - "arn:aws:kms:<REGION>:<ACCOUNT_ID>:key/<KEY_IDENTIFIER>" + "arn:aws:kms:REGION>:ACCOUNT_ID:key/KEY_IDENTIFIER"