AWS EC2 Instance Terraform module
Upstream version 6.4.0
4 controls from CISA Cyber Essentials requirements
Terraform Module Source
cisacyberessentials.compliance.tf/terraform-aws-modules/ec2-instance/awsBehavioral Summary
This module modifies 2 variable defaults and makes 0 resource changes from the upstream module. All changes are driven by compliance controls and can be reviewed in detail below.
Your Code Impact
If you are migrating from the upstream module, the enforced default changes mean your existing configurations will automatically gain compliance controls. Variables you have explicitly set will continue to use your values. Review the diff below to understand exactly what changes.
Compared to
terraform-aws-modules/ec2-instance/aws@6.4.02 changesVariables Changed
2| Variable | Upstream | CTF | Reason | Control |
|---|---|---|---|---|
| associate_public_ip_address | - | false | Manage access to the AWS Cloud by ensuring AWS Elastic Compute Cloud (AWS EC2) instances cannot be publicly accessed. | ec2_instance_not_publicly_accessible |
| ebs_optimized | - | true | An optimized instance in AWS Elastic Block Store (AWS EBS) provides additional, dedicated capacity for AWS EBS I/O operations. | ec2_instance_ebs_optimized |