AWS deadline-cloud documentation change
Summary
Clarified irreversible consequences of KMS key deletion
Security assessment
Enhances warning about cryptographic key management risks but doesn't address a specific new security issue. Important for understanding data protection implications.
Diff
diff --git a/deadline-cloud/latest/userguide/key-management.md b/deadline-cloud/latest/userguide/key-management.md index 1599c2954..451a11d6c 100644 --- a//deadline-cloud/latest/userguide/key-management.md +++ b//deadline-cloud/latest/userguide/key-management.md @@ -379 +379 @@ The following example CloudTrail event occurs when encrypting values using the c -Deleting a customer managed KMS key in AWS Key Management Service (AWS KMS) is destructive and potentially dangerous. It irreversibly deletes the key material and all metadata associated with the key. After a customer managed KMS key is deleted, you can no longer decrypt the data that was encrypted by that key. This means that the data becomes unrecoverable. +Deleting a customer managed KMS key in AWS Key Management Service (AWS KMS) is destructive and potentially dangerous. It irreversibly deletes the key material and all metadata associated with the key. After a customer managed KMS key is deleted, you can no longer decrypt the data that was encrypted by that key. Deleting the key means that the data becomes unrecoverable.