s3-bucket-public-write-prohibited
Checks if your Amazon S3 buckets do not allow public write access. The rule checks the Block Public Access settings, the bucket policy, and the bucket access control list (ACL).
The rule is compliant when both of the following are true:
The Block Public Access setting restricts public policies or the bucket policy does not allow public write access.
The Block Public Access setting restricts public ACLs or the bucket ACL does not allow public write access.
The rule is noncompliant when:
If the Block Public Access setting does not restrict public policies, AWS Config evaluates whether the policy allows public write access. If the policy allows public write access, the rule is noncompliant.
If the Block Public Access setting does not restrict public bucket ACLs, AWS Config evaluates whether the bucket ACL allows public write access. If the bucket ACL allows public write access, the rule is noncompliant.
Note
This rule does not evaluate changes to account level public block access. To check if the required public access block settings are configured from the account level, see s3-account-level-public-access-blocks and s3-account-level-public-access-blocks-periodic.
Identifier: S3_BUCKET_PUBLIC_WRITE_PROHIBITED
Resource Types: AWS::S3::Bucket
Trigger type: Configuration changes and Periodic
AWS Region: All supported AWS regions
Parameters:
- None
AWS CloudFormation template
To create AWS Config managed rules with AWS CloudFormation templates, see Creating AWS Config Managed Rules With AWS CloudFormation Templates.