Benchmark: 6 Networking
Overview
This section contains recommendations for configuring AWS Elastic Compute Cloud (EC2)
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-aws-compliance
Start the Powerpipe server:
steampipe service startpowerpipe server
Open http://localhost:9033 in your browser and select 6 Networking.
Run this benchmark in your terminal:
powerpipe benchmark run aws_compliance.benchmark.cis_v600_6
Snapshot and share results via Turbot Pipes:
powerpipe benchmark run aws_compliance.benchmark.cis_v600_6 --share
Benchmarks
Controls
- 6.2 Ensure no Network ACLs allow ingress from 0.0.0.0/0 to remote server administration ports
- 6.3 Ensure no security groups allow ingress from 0.0.0.0/0 to remote server administration ports
- 6.4 Ensure no security groups allow ingress from ::/0 to remote server administration ports
- 6.5 Ensure the default security group of every VPC restricts all traffic
- 6.6 Ensure routing tables for VPC peering are 'least access'
- 6.7 Ensure that the EC2 Metadata Service only allows IMDSv2