AWS scheduler documentation change
Summary
Fixed a broken hyperlink for 'customer managed keys' in the encryption at rest documentation.
Security assessment
The change corrects a URL link from an incorrect format to the proper AWS KMS documentation. This is a routine documentation fix with no indication of addressing a security vulnerability or weakness.
Diff
diff --git a/scheduler/latest/UserGuide/encryption-rest.md b/scheduler/latest/UserGuide/encryption-rest.md index 56a792e22..664be3a25 100644 --- a//scheduler/latest/UserGuide/encryption-rest.md +++ b//scheduler/latest/UserGuide/encryption-rest.md @@ -9 +9 @@ Encryption artifactsManaging KMS keysCloudTrail event example -This section describes how Amazon EventBridge Scheduler encrypts and decrypts your data at rest. Data at rest is data stored in EventBridge Scheduler and the service's underlying components. EventBridge Scheduler integrates with AWS Key Management Service (AWS KMS) to encrypt and decrypt your data using an [AWS KMS key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#kms_keys). EventBridge Scheduler supports two types of KMS keys: [AWS owned keys](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk), and [customer managed keys](https://docs.aws.amazon.com/customer managed KMS key). +This section describes how Amazon EventBridge Scheduler encrypts and decrypts your data at rest. Data at rest is data stored in EventBridge Scheduler and the service's underlying components. EventBridge Scheduler integrates with AWS Key Management Service (AWS KMS) to encrypt and decrypt your data using an [AWS KMS key](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#kms_keys). EventBridge Scheduler supports two types of KMS keys: [AWS owned keys](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#aws-owned-cmk), and [customer managed keys](https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#customer-cmk).