compliance.tf
Terraform Modules for AWSNetworking & Edge

Terraform AWS ELB

Classic Load Balancers with listeners, health checks, SSL certificates, cross zone balancing, connection draining, access logging, and security group controlled ingress.

Controls enforced

These compliance controls are checked at terraform plan time.

Quick start

module "elb" {
  source  = "nistcsf.compliance.tf/terraform-aws-modules/elb/aws"
  version = "1.0"

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

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

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

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

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

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

  # ... your arguments here
}
module "elb" {
  source  = "fedramplow.compliance.tf/terraform-aws-modules/elb/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 "elb" {
  source  = "terraform-aws-modules/elb/aws"
  version = "1.0"
}
module "elb" {
  source  = "soc2.compliance.tf/terraform-aws-modules/elb/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 "elb" {
  source  = "terraform-aws-modules/elb/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

Framework coverage

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

ControlCybersecurity Framework v2.0Well-Architected Framework v10CISA Cyber EssentialsRBI IT Framework for NBFCsACSC Essential EightTitle 21 CFR Part 11EU GMP Annex 11FedRAMP Low Baseline Rev 4
Classic Load Balancers should have connection draining enabled
ELB classic load balancers should have cross-zone load balancing enabled
ELB classic load balancers should be configured with defensive or strictest desync mitigation mode
ELB classic load balancers should span multiple availability zones

enforced by default · not activated by this endpoint

On this page

Ask AI about this

Help improve this page