turbot/aws_insights

Query: ebs_volume_by_type

Usage

powerpipe query aws_insights.query.ebs_volume_by_type

Steampipe Tables

SQL

select
volume_type as "Type",
count(*) as "volumes"
from
aws_ebs_volume
group by
volume_type
order by
volume_type;

Dashboards

The query is used in the dashboards: