turbot/aws_insights

Query: ebs_volume_storage

Usage

powerpipe query aws_insights.query.ebs_volume_storage

Steampipe Tables

SQL

select
'Storage (GB)' as label,
sum(size) as value
from
aws_ebs_volume
where
arn = $1;

Dashboards

The query is used in the dashboards: