turbot/aws_insights

Query: emr_cluster_by_account

Usage

powerpipe query aws_insights.query.emr_cluster_by_account

SQL

select
a.title as "Account",
count(c.*) as "total"
from
aws_emr_cluster as c,
aws_account as a
where
a.account_id = c.account_id
group by
a.title
order by
count(c.*) desc;

Dashboards

The query is used in the dashboards: