Feedback
Do you have a suggestion to improve this website or boto3?Give us feedback.
Encrypting valuable data is a common security practice. The encryption processtypically uses one or more keys, sometimes referred to as data keys and masterkeys. A data key is used to encrypt the data. A master key manages one ormore data keys. To prevent the data from being decrypted by unauthorizedusers, both keys must be protected, often by being encrypted themselves.The AWS Key Management Service (AWS KMS) can assist in this key management.