This rule ensures that EBS snapshots are not publicly restorable to enhance security measures.
Rule | EBS snapshots should not be publicly restorable |
Framework | NIST Cybersecurity Framework (CSF) v1.1 |
Severity | ✔ Medium |
Rule Description:
EBS (Elastic Block Store) snapshots should not be publicly restorable. This rule is derived from the NIST Cybersecurity Framework (CSF) version 1, which emphasizes protection and security controls around cloud resources. Publicly restorable EBS snapshots can expose confidential data and potentially lead to unauthorized access, making it essential to restrict access to only authorized entities.
Troubleshooting Steps (if applicable):
Necessary Codes (if applicable):
No specific code is required for this rule, as it primarily involves configuring access permissions and enforcing security controls through AWS IAM (Identity and Access Management) policies.
Step-by-Step Guide for Remediation:
Remember to regularly audit and review the access permissions of EBS snapshots to maintain a secure and protected environment.