Search code examples
amazon-web-servicesamazon-kms

how to create AWS managed KMS Key


How to create a AWS managed KEY .

enter image description here

How can I create AWS managed keys. as shown in the picture attached . I understand KMS and how to create symmetric and Asymetric keys . but I am not able to understand this AWS managed keys and from where we can create these .


Solution

  • How can I create AWS managed keys.

    You can't create them explicitly. AWS creates them for you (thus they are AWS managed) when needed.

    So lets say that you will create EBS volume with encryption. When you do this, AWS will create AWS managed key for you automatically. Only then you will be able to see it in KMS console.