turbot/alicloud_insights

Query: ecs_snapshot_storage_by_region

Usage

powerpipe query alicloud_insights.query.ecs_snapshot_storage_by_region

Steampipe Tables

SQL

select
region as "Region",
sum(CAST (source_disk_size AS INTEGER)) as "GB"
from
alicloud_ecs_snapshot
group by
region
order by
region;

Dashboards

The query is used in the dashboards: