turbot/aws_insights

Query: vpc_security_group_by_region

Usage

powerpipe query aws_insights.query.vpc_security_group_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "security_groups"
from
aws_vpc_security_group
group by
region
order by
region;

Dashboards

The query is used in the dashboards: