This rule mandates encryption-at-rest for all S3 buckets to enhance data security and compliance.
Rule | Ensure all S3 buckets employ encryption-at-rest |
Framework | cis_v150 |
Severity | ✔ High |
Rule Description:
The rule ensures that all Amazon S3 buckets employ encryption-at-rest. Encryption-at-rest is a security measure that provides additional protection to the data stored in S3 buckets by encrypting it while at rest, making it unreadable to unauthorized individuals or systems.
This rule is aligned with CIS Amazon Web Services Foundations benchmark version 1.5.0 (cis_v150).
Troubleshooting Steps:
Necessary Code:
No specific code is provided for this rule. The encryption setting needs to be verified and potentially enabled for the S3 buckets.
Remediation Steps:
Follow these steps to remediate the issue if any non-compliant S3 buckets are found.
Note:
Ensure that the selected encryption option meets your compliance and security requirements. SSE-KMS offers additional features like key rotation, audit logs, and granular access control.
References: