turbot/aws_insights

Query: redshift_cluster_by_account

Usage

powerpipe query aws_insights.query.redshift_cluster_by_account

SQL

select
a.title as "Account",
count(v.*) as "Clusters"
from
aws_redshift_cluster as v,
aws_account as a
where
a.account_id = v.account_id
group by
a.title
order by
a.title

Dashboards

The query is used in the dashboards: