turbot/alicloud_insights

Query: ram_users_by_account

Usage

powerpipe query alicloud_insights.query.ram_users_by_account

SQL

select
a.title,
count(*)
from
alicloud_ram_user as u,
alicloud_account as a
where
u.account_id = a.account_id
group by
a.title
order by
count desc;

Dashboards

The query is used in the dashboards: