AWS KMS Key Encrypt & Decrypt with Data Key
Create Customer Master Key(CMK)
Lets create a new Customer Master Key that will be used to encrypt data.
aws kms create-key
If no key policy is set, a special default policy is applied. This behaviour is different from creating a key in GUI.
# Sa...
nikhil777.hashnode.dev4 min read