This rule ensures S3 buckets are secure by restricting public read access.
Rule | S3 buckets should prohibit public read access |
Framework | NIST 800-53 Revision 5 |
Severity | ✔ Medium |
Rule Description:
S3 buckets should have public read access prohibited in order to comply with NIST 800-53 Revision 5 security requirements. Giving public read access to S3 buckets can potentially expose sensitive data to unauthorized or malicious users. To ensure data privacy and security, public read access should be disabled.
Troubleshooting Steps:
Necessary Codes:
There are no specific codes required for this rule, but you may need to modify or remove existing bucket policies and ACLs.
Step-by-Step Guide for Remediation:
By following these steps, you can ensure that your S3 buckets are configured to prohibit public read access, aligning with the security requirements of NIST 800-53 Revision 5.