π 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
- Located in: π AWS Account
Flagsβ
- π’ Policy with categories
- π’ Policy with type
- π’ Production policy
Our Metadataβ
- Policy Type:
COMPLIANCE_POLICY
- Policy Category:
SECURITY
Similar Policiesβ
- Cloud Conformity
- Internal
dec-x-0bdcd276
Similar Internal Rulesβ
Rule | Policies | Flags |
---|---|---|
βοΈ dec-x-0bdcd276 | 1 |
Logicβ
- π§ prod.logic.yaml π’
Descriptionβ
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.
Rationaleβ
Encrypting data at rest reduces the likelihood that it is unintentionally exposed and can nullify the impact of disclosure if the encryption remains unbroken.
Impactβ
Losing access or removing the KMS key in use by the EBS volumes will result in no longer being able to access the volumes.
Auditβ
From Consoleβ
- Login to 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 volumes
displaysEnabled
.- Review every region in-use.
Note: EBS volume encryption is configured per region.
From Command Lineβ
- Run:
aws --region <region> ec2 get-ebs-encryption-by-default
- Verify that
"EbsEncryptionByDefault": true
is displayed.- Review every region in-use.
Note: EBS volume encryption is configured per region.
... see more
Remediationβ
Remediationβ
From Consoleβ
- Login 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 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": true
is displayed.- Repeat every region requiring the change.
Note: EBS volume encryption is configured per region.