turbot/terraform_aws_compliance

Control: VPC security groups should restrict ingress SSH access from 0.0.0.0/0

Description

AWS Elastic Compute Cloud (AWS EC2) Security Groups can help manage network access by providing stateful filtering of ingress and egress network traffic to AWS resources. It is recommended that no security group allows unrestricted SSH access from 0.0.0.0/0.

Usage

Run the control in your terminal:

powerpipe control run terraform_aws_compliance.control.vpc_security_group_restrict_ingress_ssh_all

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run terraform_aws_compliance.control.vpc_security_group_restrict_ingress_ssh_all --share

SQL

This control uses a named query:

vpc_security_group_restrict_ingress_ssh_all

Tags