turbot/aws_insights

Query: vpc_by_region

Usage

powerpipe query aws_insights.query.vpc_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "VPCs"
from
aws_vpc
group by
region
order by
region;

Dashboards

The query is used in the dashboards: