Terraform Modules for AWS Databases, Caching & Analytics Terraform AWS DMS Database Migration Service replication instances, source and target endpoints, replication tasks, subnet groups, logging, and controlled network placement for data migration.
Controls enforced These compliance controls are checked at terraform plan time.
Quick start SOC 2 ACSC Essential Eight Title 21 CFR Part 11 CIS Controls v8.0 IG1 CISA Cyber Essentials EU GMP Annex 11 FedRAMP Low Baseline Rev 4 FedRAMP Moderate Baseline Rev 4
module "dms" {
source = "soc2.compliance.tf/terraform-aws-modules/dms/aws"
version = ">= 2.0.0"
# ... your arguments here
} module "dms" {
source = "acscessentialeight.compliance.tf/terraform-aws-modules/dms/aws"
version = ">= 2.0.0"
# ... your arguments here
} module "dms" {
source = "cfrpart11.compliance.tf/terraform-aws-modules/dms/aws"
version = ">= 2.0.0"
# ... your arguments here
} module "dms" {
source = "cisv80ig1.compliance.tf/terraform-aws-modules/dms/aws"
version = ">= 2.0.0"
# ... your arguments here
} module "dms" {
source = "cisacyberessentials.compliance.tf/terraform-aws-modules/dms/aws"
version = ">= 2.0.0"
# ... your arguments here
} module "dms" {
source = "eugmpannex11.compliance.tf/terraform-aws-modules/dms/aws"
version = ">= 2.0.0"
# ... your arguments here
} module "dms" {
source = "fedramplow.compliance.tf/terraform-aws-modules/dms/aws"
version = ">= 2.0.0"
# ... your arguments here
} module "dms" {
source = "fedrampmoderate.compliance.tf/terraform-aws-modules/dms/aws"
version = ">= 2.0.0"
# ... your arguments here
} View this module on the compliance.tf registry — versions, inputs, and outputs →
See the Get Started guide and Registry Endpoints for details on how to customize the module for your requirements.
Migration from upstream Already using terraform-aws-modules? Change only the source URL:
Before After
module "dms" {
source = "terraform-aws-modules/dms/aws"
version = ">= 2.0.0"
} module "dms" {
source = "soc2.compliance.tf/terraform-aws-modules/dms/aws"
version = ">= 2.0.0"
} Same arguments. Same outputs. Controls are checked at terraform plan. See the Migration Guide for step-by-step instructions.
Reversibility No lock-in. Switch back by reverting the source URL:
module "dms" {
source = "terraform-aws-modules/dms/aws"
} Run terraform init -upgrade. Terraform state is unchanged — same resource addresses, same provider, no compliance.tf-specific resources. Controls you already applied remain in AWS.
Mapped compliance frameworks SOC 2 ACSC Essential Eight Title 21 CFR Part 11 CIS Controls v8.0 IG1 CISA Cyber Essentials EU GMP Annex 11 FedRAMP Low Baseline Rev 4 FedRAMP Moderate Baseline Rev 4
CC6.1 The entity implements logical access security software, infrastructure, and architectures over protected information assets to protect them from security events to meet the entity's objectives
CC6.6: The entity implements logical access security measures to protect against threats from sources outside its system boundaries.
ACSC-EE-ML3-8.8: Regular backups ML3
11.10(d) Limiting system access to authorized individuals
3.3 Configure Data Access Control Lists
Boundary Protection (SC-7)
Framework coverage Which controls from this module are active under each framework endpoint.
● enforced by default · ○ not activated by this endpoint