AWS S3 bucket Terraform module

Upstream version 5.15.3
9 controls from Title 21 CFR Part 11 requirements

Terraform Module Source

cfrpart11.compliance.tf/terraform-aws-modules/s3-bucket/aws
S3 buckets should have cross-region replication enabled
s3_bucket_cross_region_replication_enabled11.10(e)
Framework requirement
S3 buckets should have default encryption enabled using KMS
s3_bucket_default_encryption_enabled_kms11.30
Framework requirement
S3 buckets should have logging enabled
s3_bucket_logging_enabled11.10(e)
Framework requirement
S3 buckets should not be accessible to all authenticated users
s3_bucket_not_accessible_to_all_authenticated_user11.10(c)
Framework requirement
S3 buckets should have object lock enabled
s3_bucket_object_lock_enabled11.10(a)
Framework requirement
S3 buckets with versioning enabled should have lifecycle policies configured
s3_bucket_versioning_and_lifecycle_policy_enabled11.10(c)
Framework requirement
S3 buckets should have versioning enabled
s3_bucket_versioning_enabled11.10(a)
Framework requirement
S3 public access should be blocked at account level
s3_public_access_block_account11.10(d)
Framework requirement
S3 public access should be blocked at bucket level
s3_public_access_block_bucket11.10(g)
Framework requirement