🛡️ AWS EBS Snapshot is not encrypted🟢
- Contextual name: 🛡️ EBS Snapshot is not encrypted🟢
- ID:
/ce/ca/aws/ec2/ebs-snapshot-encryption - Tags:
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Logic
Similar Policies
- AWS Security Hub: [EC2.3] Attached Amazon EBS volumes should be encrypted at-rest
- Cloud Conformity: EBS Snapshot Encrypted
Description
Description
This policy identifies AWS EBS snapshots that are not encrypted. EBS snapshots can contain sensitive or critical data, and enabling encryption helps protect this data at rest. Snapshot encryption is handled transparently by AWS and does not require any changes to your server instances or applications.
Rational
Encrypting EBS snapshots ensures that data is protected from unauthorized access. If an unencrypted snapshot is shared or accessed by an unauthorized entity, the data it contains may be exposed.
EBS snapshot encryption uses the AES-256 encryption algorithm and is fully managed by AWS through the Amazon Key Management Service (KMS), ensuring secure key storage and access control.
Audit
This policy flags an AWS EBS Snapshot as
INCOMPLIANTif theEncryptedfield is set tofalse.
Remediation
Remediation
Encrypt existing EBS Snapshot
From Console
Sign in to the AWS Management Console.
Navigate to the Amazon EC2 dashboard.
In the left navigation pane, under Elastic Block Store, choose Snapshots.
Select the unencrypted EBS snapshot to be encrypted.
Choose Actions from the top menu and select Copy snapshot.
In the Copy snapshot dialog, perform the following:
Select the Destination Region where the encrypted copy will be created.
(Optional) Update the snapshot Description.
Select Encrypt this snapshot.
Choose the KMS key to use for encryption.
- If no customer-managed KMS keys are available, select the default key (default) aws/ebs.
Choose Copy snapshot to start the encryption process.
Once the encrypted snapshot copy is created, verify its status on the Snapshots page.
After confirming the encrypted snapshot is available, delete the original unencrypted snapshot:
- Select the unencrypted snapshot.
- Choose Actions → Delete snapshot.
... see more