turbot/aws_insights

Query: ebs_volume_storage_by_type

Usage

powerpipe query aws_insights.query.ebs_volume_storage_by_type

Steampipe Tables

SQL

select
volume_type,
sum(size) as "GB"
from
aws_ebs_volume
group by
volume_type
order by
volume_type;

Dashboards

The query is used in the dashboards: