π‘οΈ AWS Account EBS Volume Encryption Attribute is not enabled in all regionsπ’
- Contextual name: π‘οΈ EBS Volume Encryption Attribute is not enabled in all regionsπ’
- ID:
/ce/ca/aws/account/ebs-volume-encryption-attribute-in-all-regions - Tags:
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
- Policy Type:
COMPLIANCE_POLICY - Policy Categories:
SECURITY
Statsβ
not available
Logicβ
- π§ prod.logic.yamlπ’
Similar Policiesβ
- Cloud Conformity: Enable Encryption by Default for EBS Volumes
- Internal:
dec-x-0bdcd276
Similar Internal Rulesβ
| Rule | Policies | Flags |
|---|---|---|
| βοΈ dec-x-0bdcd276 | 1 |
Descriptionβ
Descriptionβ
Elastic Block Store (EBS) encryption by default should be enabled in every active AWS Region so new EBS volumes are encrypted automatically at creation.
Rationaleβ
Encrypting EBS volumes at rest reduces the likelihood that stored data is unintentionally exposed and can reduce the impact of unauthorized access to the underlying storage.
Impactβ
Losing access to or deleting the KMS key used by EBS volumes can make the volumes inaccessible.
Auditβ
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.- Verify
Always encrypt new EBS volumesdisplaysEnabled.- Review every active region.
Note: EBS volume encryption is configured per region.
From Command Lineβ
Run:
aws --region {{region-name}} ec2 get-ebs-encryption-by-defaultVerify that
"EbsEncryptionByDefault": trueis displayed.Review every active region.
Note: EBS volume encryption is configured per region.
... see more
Remediationβ
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-defaultVerify that
"EbsEncryptionByDefault": trueis displayed.Repeat for every region requiring the change.
Note: EBS volume encryption is configured per region.