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개 답변
1
수락된 답변

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
답변함 10달 전
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
전문가
Steve_M
답변함 10달 전
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
전문가
답변함 10달 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠