AWS CCP Notes

Search

Search IconIcon to open search

25-19 AWS Key Management Service (KMS)

Last updated Aug 17, 2023 Edit Source

# AWS Key Management Service (KMS)

35 AWS Key Management Service (KMS) is a managed service that makes it easy for you to create and control the encryption keys used to encrypt your data.

# Envelope Encryption

flowchart TD A[fa:fa-key KMS Master Key] -->|Encrypts| B[fa:fa-key fas:fa-envelope Envelope Data Key] B -->|Encrypts| C[fa:fa-database Data]