AWS KMS Key Encrypt & Decrypt with Data Key
Aug 24, 2023 · 4 min read · 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...
Join discussion