AWS systems-manager documentation change
Summary
Updated KMS key ARN example with specific region (us-east-1) in secure string parameter documentation
Security assessment
This is a documentation example correction showing proper ARN format. No security implications as it doesn't introduce new security features or address vulnerabilities - just clarifies existing secure string parameter usage.
Diff
diff --git a/systems-manager/latest/userguide/sysman-param-securestring-walkthrough.md b/systems-manager/latest/userguide/sysman-param-securestring-walkthrough.md index b50b254bf..d9500e070 100644 --- a//systems-manager/latest/userguide/sysman-param-securestring-walkthrough.md +++ b//systems-manager/latest/userguide/sysman-param-securestring-walkthrough.md @@ -67 +67 @@ JSON - "arn:aws:kms:region:account-id:key/kms-key-id" + "arn:aws:kms:us-east-1:account-id:key/kms-key-id"