turbot/aws_insights

Query: ebs_snapshot_storage_by_region

Usage

powerpipe query aws_insights.query.ebs_snapshot_storage_by_region

Steampipe Tables

SQL

select
region as "Region",
sum(volume_size) as "GB"
from
aws_ebs_snapshot
group by
region
order by
region;

Dashboards

The query is used in the dashboards: