turbot/aws_insights

Query: ebs_snapshot_by_region

Usage

powerpipe query aws_insights.query.ebs_snapshot_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "Snapshots"
from
aws_ebs_snapshot
group by
region
order by
region

Dashboards

The query is used in the dashboards: