Amazon KMS · Arazzo Workflow
Amazon KMS Generate and Recover Data Key
Version 1.0.0
Generate a data key, then decrypt its encrypted form to recover the plaintext key.
Provider
Workflows
generate-and-recover-data-key
Generate a data key then decrypt the encrypted copy to recover it.
Generates a symmetric data key under a KMS key and decrypts the returned encrypted data key to prove the stored ciphertext can be turned back into a usable plaintext key.
1
generateDataKey
GenerateDataKey
Generate a unique symmetric data key under the KMS key, returning both the plaintext key and its encrypted form.
2
recoverDataKey
Decrypt
Decrypt the encrypted data key returned by generation to recover the original plaintext data key.