Fedor
Fedor

Reputation: 1444

Import asymmetric key in AWS KMS

Is it possible to import private key used in RSA into AWS KMS?

We want to migrate locally stored RSA keys into AWS KMW, but from UI and documentation it looks like it's only possible to import symmetric keys. Am I not seeing something?

Upvotes: 1

Views: 1042

Answers (1)

sudo
sudo

Reputation: 2327

Yeah, you're right. According the AWS documentation, KMS doesn't support importing asymmetric key material:

Imported key material is supported only for symmetric KMS keys in AWS KMS key stores, including multi-Region symmetric KMS keys.

Upvotes: 2

Related Questions