AWS kms documentation change
Summary
Updated terminology links from 'aws-managed-cmk'/'customer-cmk' to 'aws-managed-key'/'customer-mgn-key'
Security assessment
Change updates documentation links and terminology but does not address security vulnerabilities or introduce new security features. The modification appears to be a documentation consistency update rather than a security-related change.
Diff
diff --git a/kms/latest/developerguide/deleting-keys-scheduling-key-deletion.md b/kms/latest/developerguide/deleting-keys-scheduling-key-deletion.md index b883b23f2..322ea789f 100644 --- a//kms/latest/developerguide/deleting-keys-scheduling-key-deletion.md +++ b//kms/latest/developerguide/deleting-keys-scheduling-key-deletion.md @@ -27 +27 @@ In the AWS Management Console, you can schedule and cancel the deletion of multi -You cannot schedule the deletion of [AWS managed keys](./concepts.html#aws-managed-cmk) or [AWS owned keys](./concepts.html#aws-owned-cmk). +You cannot schedule the deletion of [AWS managed keys](./concepts.html#aws-managed-key) or [AWS owned keys](./concepts.html#aws-owned-key). @@ -48 +48 @@ The KMS key status changes to **Pending deletion**. -Use the [`aws kms schedule-key-deletion`](https://docs.aws.amazon.com/cli/latest/reference/kms/schedule-key-deletion.html) command to schedule key deletion of a [customer managed key](./concepts.html#customer-cmk), as shown in the following example. +Use the [`aws kms schedule-key-deletion`](https://docs.aws.amazon.com/cli/latest/reference/kms/schedule-key-deletion.html) command to schedule key deletion of a [customer managed key](./concepts.html#customer-mgn-key), as shown in the following example.