turbot/aws_insights

Query: ebs_volume_by_region

Usage

powerpipe query aws_insights.query.ebs_volume_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "volumes"
from
aws_ebs_volume
group by
region
order by
region;

Dashboards

The query is used in the dashboards: