compliance.tf
Terraform Modules for AWSCompute & Containers

Terraform AWS Autoscaling

Auto Scaling groups with launch templates, instance refresh, health checks, scaling policies, mixed instance options, IAM instance profiles, and security group based network controls.

Controls enforced

These compliance controls are checked at terraform plan time.

Quick start

module "autoscaling" {
  source  = "iso27001.compliance.tf/terraform-aws-modules/autoscaling/aws"
  version = "1.0"

  # ... your arguments here
}
module "autoscaling" {
  source  = "nis2.compliance.tf/terraform-aws-modules/autoscaling/aws"
  version = "1.0"

  # ... your arguments here
}
module "autoscaling" {
  source  = "nistcsf.compliance.tf/terraform-aws-modules/autoscaling/aws"
  version = "1.0"

  # ... your arguments here
}
module "autoscaling" {
  source  = "pcidss.compliance.tf/terraform-aws-modules/autoscaling/aws"
  version = "1.0"

  # ... your arguments here
}
module "autoscaling" {
  source  = "soc2.compliance.tf/terraform-aws-modules/autoscaling/aws"
  version = "1.0"

  # ... your arguments here
}

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:

module "autoscaling" {
  source  = "terraform-aws-modules/autoscaling/aws"
  version = "1.0"
}
module "autoscaling" {
  source  = "soc2.compliance.tf/terraform-aws-modules/autoscaling/aws"
  version = "1.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 "autoscaling" {
  source  = "terraform-aws-modules/autoscaling/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

6 Security in network and information systems acquisition, development and maintenance

1.4.5 The disclosure of internal IP addresses and routing information is limited to only authorized parties

1.4.5: Network connections between trusted and untrusted networks are controlled.

CC6.6: The entity implements logical access security measures to protect against threats from sources outside its system boundaries.

Framework coverage

Which controls from this module are active under each framework endpoint.

enforced by default · not activated by this endpoint

On this page

Ask AI about this

Help improve this page