Control: 5.1.1 Ensure EBS Volume Encryption is Enabled in all Regions
Description
Elastic Compute Cloud (EC2) supports encryption at rest when using the Elastic Block Store (EBS) service. While disabled by default, forcing encryption at EBS volume creation is supported.
Encrypting data at rest reduces the likelihood that it is unintentionally exposed and can nullify the impact of disclosure if the encryption remains unbroken.
Remediation
From Console:
- Log in to AWS Management Console and open the Amazon EC2 console using https://console.aws.amazon.com/ec2/
- Under
Account attributes
, clickEBS encryption
. - Click
Manage
. - Click the
Enable
checkbox. - Click
Update EBS encryption
- Repeat for each region in which EBS volume encryption is not enabled by default.
Note: EBS volume encryption is configured per region.
From Command Line:
- Run the following command:
aws --region <region> ec2 enable-ebs-encryption-by-default.
- Verify that
EbsEncryptionByDefault
:true
is displayed. - Repeat for each region in which EBS volume encryption is not enabled by default.
Note: EBS volume encryption is configured per region.
Usage
Run the control in your terminal:
powerpipe control run aws_compliance.control.cis_v400_5_1_1
Snapshot and share results via Turbot Pipes:
powerpipe loginpowerpipe control run aws_compliance.control.cis_v400_5_1_1 --share
SQL
This control uses a named query:
ebs_encryption_by_default_enabled