turbot/alicloud_insights

Query: ecs_disk_by_account

Usage

powerpipe query alicloud_insights.query.ecs_disk_by_account

SQL

select
a.title as "account",
count(v.*) as "Disks"
from
alicloud_ecs_disk as v,
alicloud_account as a
where
a.account_id = v.account_id
group by
account
order by
account;

Dashboards

The query is used in the dashboards: