Benchmark: Public IPs
This benchmark answers the following questions:
- What resources have public IPs assigned?
- What resources create other resources with public IPs?
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-aws-perimeter
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select Public IPs.
Run this benchmark in your terminal:
powerpipe benchmark run aws_perimeter.benchmark.public_ips
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run aws_perimeter.benchmark.public_ips --share
Controls
- Auto Scaling launch configs should not associate public IP addresses to instances
- EC2 instances should not have a public IP address
- EC2 network interfaces should not have a public IP address
- Amazon ECS services should not have public IP addresses assigned to them automatically
- EMR cluster master nodes should not have a public IP address
- VPC subnets should not auto-assign public IP addresses