Remediation
From Consoleβ
- Sign in to the AWS Management Console and open the Amazon EC2 console using https://console.aws.amazon.com/ec2/.
- Under
Account attributes, clickEBS encryption. - Click
Manage. - Select the
Enablecheckbox. - Click
Update EBS encryption. - Repeat for every region requiring the change.
Note: EBS volume encryption is configured per region.
From Command Lineβ
-
Run:
aws --region {{region}} ec2 enable-ebs-encryption-by-default -
Verify that
"EbsEncryptionByDefault": trueis displayed. -
Repeat for every region requiring the change.
Note: EBS volume encryption is configured per region.