bulk generate AWS KMS data keys

284 views Asked by At

I am trying to execute a batch of existing encrypted data source to use aws kms and re-encrypt every record / row of the data source with a new data key.

I'm using aws kms generateDataKey and then encrypting the data with generated key. However, this is slower and I would like to generate keys in a batch rather than individual api calls to speed it up.

Is this possible using aws kms?

1

There are 1 answers

0
Technoshaft On

I couldn't find an api reference for this. So I am going to mark this as No there is no such api