Amazon KMS · Arazzo Workflow
Amazon KMS Provision Key and Encrypt
Version 1.0.0
Create a KMS key, enable it, and immediately encrypt a payload with it.
Provider
Workflows
provision-key-and-encrypt
Create a key, enable it, and encrypt a payload to confirm it works.
Creates a customer managed KMS key, enables it, and encrypts a plaintext payload with the new key to verify the key is immediately usable.
1
createKey
CreateKey
Create a new customer managed KMS key with the supplied description and usage.
2
enableKey
EnableKey
Enable the newly created KMS key to guarantee it is in an active state before use.
3
encrypt
Encrypt
Encrypt the supplied plaintext payload with the newly provisioned key to confirm it is usable end to end.