<- All Guardrails
Terraform Policy
Ensure MFA Delete is enabled on S3 buckets
Ensure MFA Delete is enabled on S3 buckets
Copy
GUARDRAIL "[CIS - AWS] 2.1.2 Ensure MFA Delete is enabled on S3 buckets"
  WHEN aws_s3_bucket.versioning.enabled = true
    REQUIRE versioning.mfa_delete = true
  WHEN aws_s3_bucket_versioning.versioning_configuration.status IN ["Enabled", "Suspended"]
    REQUIRE versioning_configuration.mfa_delete = "Enabled"
  OVERRIDE WITH APPROVAL @security
Import into Resourcely
Why import into Resourcely?
Made by
Resourcely
Provider
AWS
Compliance Standards
(see all)
Category
Access and identity