turbot/aws_insights

Query: ebs_snapshot_storage_by_account

Usage

powerpipe query aws_insights.query.ebs_snapshot_storage_by_account

SQL

select
a.title as "Account",
sum(s.volume_size) as "GB"
from
aws_ebs_snapshot as s,
aws_account as a
where
a.account_id = s.account_id
group by
a.title
order by
a.title;

Dashboards

The query is used in the dashboards: