AWS systems-manager documentation change
Summary
Updated KMS encryption context ARN example from placeholder 'bucket-name' to specific 'amzn-s3-demo-bucket' in S3 bucket encryption remediation guide.
Security assessment
The change improves documentation accuracy for encryption configuration but doesn't address a security vulnerability. It reinforces security best practices for KMS encryption contexts, which helps implement proper security controls.
Diff
diff --git a/systems-manager/latest/userguide/remediate-s3-bucket-encryption.md b/systems-manager/latest/userguide/remediate-s3-bucket-encryption.md index aaa60c2bb..9e68ac057 100644 --- a//systems-manager/latest/userguide/remediate-s3-bucket-encryption.md +++ b//systems-manager/latest/userguide/remediate-s3-bucket-encryption.md @@ -87 +87 @@ To locate the correct bucket name in the Amazon S3 console, in the delegated adm - "kms:EncryptionContext:aws:s3:arn": "arn:aws:s3:::bucket-name" + "kms:EncryptionContext:aws:s3:arn": "arn:aws:s3:::amzn-s3-demo-bucket"