<- All Guardrails
Terraform Policy
Ensure S3 buckets have Block Public Access enabled
Ensure S3 buckets have Block Public Access enabled
Copy
GUARDRAIL "Ensure S3 buckets have Block Public Access enabled"
  WHEN aws_s3_bucket_public_access_block
    REQUIRE block_public_acls = true
    REQUIRE block_public_policy = true
    REQUIRE ignore_public_acls = true
    REQUIRE restrict_public_buckets = true
Import into Resourcely
Why import into Resourcely?
Made by
Resourcely
Provider
AWS
Compliance Standards
(see all)
Category
General security