turbot/alicloud_insights

Query: ecs_disk_storage

Usage

powerpipe query alicloud_insights.query.ecs_disk_storage

Steampipe Tables

SQL

select
'Storage (GB)' as label,
sum(size) as value
from
alicloud_ecs_disk
where
account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4)
and arn = $1;

Dashboards

The query is used in the dashboards: