turbot/aws_insights

Query: vpc_subnet_by_az

Usage

powerpipe query aws_insights.query.vpc_subnet_by_az

Steampipe Tables

SQL

select
availability_zone,
count(*)
from
aws_vpc_subnet
where
vpc_id = $1
group by
availability_zone
order by
availability_zone

Dashboards

The query is used in the dashboards: