Benchmark: Auto Scaling
Description
This benchmark provides a set of controls that detect Terraform AWS Auto Scaling resources deviating from security best practices.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-terraform-aws-complianceStart the Powerpipe server:
steampipe service startpowerpipe serverOpen http://localhost:9033 in your browser and select Auto Scaling.
Run this benchmark in your terminal:
powerpipe benchmark run terraform_aws_compliance.benchmark.autoscalingSnapshot and share results via Turbot Pipes:
powerpipe benchmark run terraform_aws_compliance.benchmark.autoscaling --shareControls
- Auto Scaling groups should have tagging enabled
- Auto Scaling groups should use launch templates
- Auto Scaling groups with a load balancer should use health checks
- Auto Scaling launch config public IP should be disabled