turbot/terraform_aws_compliance

GitHub
Loading controls...

Control: Auto Scaling launch config public IP should be disabled

Description

Ensure if Amazon EC2 Auto Scaling groups have public IP addresses enabled through Launch Configurations. This rule is non complaint if the Launch Configuration for an Auto Scaling group has AssociatePublicIpAddress set to 'true'.

Usage

Run the control in your terminal:

steampipe check terraform_aws_compliance.control.autoscaling_launch_config_public_ip_disabled

Snapshot and share results via Steampipe Cloud:

steampipe login
steampipe check --share terraform_aws_compliance.control.autoscaling_launch_config_public_ip_disabled

SQL

This control uses a named query:

autoscaling_launch_config_public_ip_disabled

Tags