AWS EC2 Instance Terraform module
Upstream version 6.4.1
8 controls from NIST SP 800-53 Rev 5 requirements
Terraform Module Source
nist80053.compliance.tf/terraform-aws-modules/ec2-instance/awsAttached EBS volumes should have encryption enabled
ebs_attached_volume_encryption_enabledAU-9(3)
Framework requirement
EBS volumes should have encryption at rest enabled
ebs_volume_encryption_at_rest_enabledAU-9(3)
Framework requirement
EC2 instances should have EBS optimization enabled
ec2_instance_ebs_optimized
Framework requirement
EC2 instances should have IAM profile attached
ec2_instance_iam_profile_attached
Framework requirement
EC2 instances should be in a VPC
ec2_instance_in_vpc
Framework requirement
EC2 instances should not have a public IP address
ec2_instance_not_publicly_accessibleAC-2(6)
Framework requirement
EC2 instances should use IMDSv2
ec2_instance_uses_imdsv2AC-2(6)
Framework requirement
VPC Security groups should only allow unrestricted incoming traffic for authorized ports
vpc_security_group_allows_ingress_authorized_portsSC-7
Framework requirement