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-compliance
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select Auto Scaling.
Run this benchmark in your terminal:
powerpipe benchmark run terraform_aws_compliance.benchmark.autoscaling
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run terraform_aws_compliance.benchmark.autoscaling --share
Controls
- 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