What is KMS Key Material?

0

I'm looking to import my own keys into KMS and I see there is KMS Key Materials, what exactly is this?

3 Risposte
1
Risposta accettata

Key material is the string of bits used in a cryptographic algorithm. Secret key material must be kept secret to protect the cryptographic operations that use it. Public key material is designed to be shared.

Each KMS key includes a reference to its key material in its metadata. The key material origin of symmetric encryption KMS keys can vary. You can use key material that AWS KMS generates, key material that is generated in the AWS CloudHSM cluster of a custom key store, or import your own key material. If you use AWS KMS key material for your symmetric encryption KMS key, you can enable automatic rotation of your key material.

By default, each KMS key has unique key material. However, you can create a set of multi-Region keys with the same key material.

https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-material

Documentation on how to import Key Material into KMS: https://docs.aws.amazon.com/kms/latest/developerguide/importing-keys.html

AWS
con risposta 10 mesi fa
0

Key material is the string of bits used in a cryptographic algorithm. Much more extensive detail about it can be found here https://docs.aws.amazon.com/kms/latest/developerguide/concepts.html#key-material

profile picture
ESPERTO
Steve_M
con risposta 10 mesi fa
0

Key material:

    Key material is the string of bits used in a cryptographic algorithm. Secret key material must be kept secret to protect the cryptographic operations that use it. Public key material is designed to be shared.

Detailed description is available at What is Key Material

Here is how you'd create AWS KMS Key with you own key material: Importing key material steps

General documentation: Importing key material for AWS KMS keys

You may find this Knowledge Center Article for step by step guide.

Hope you find this useful.

Abhishek

profile pictureAWS
ESPERTO
con risposta 10 mesi fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande