Volume encryption for AWS
You can encrypt disks in AWS using the following methods:
Default encryption, using Platform Managed Key (PMS).
Customer Managed Encryption Key (CMEK), using AWS KMS.
For more information on AWS encryption, see: https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/EBSEncryption.html
Table: Encryption for creating snapshots
Disk encryption | Snapshot encryption |
|---|---|
Platform Managed Key (PMK) | Same PMK is used as the source disk. |
CMEK | Same CMEK is used as the source disk. |
Table: Encryption for restoring snapshots
Snapshot encryption | Restored disk encryption |
|---|---|
PMK | Same PMK is used as the snapshot. |
CMEK | Same CMEK is used as the snapshot. |