turbot/aws_insights

Query: redshift_cluster_by_region

Usage

powerpipe query aws_insights.query.redshift_cluster_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "clusters"
from
aws_redshift_cluster
group by
region
order by
region

Dashboards

The query is used in the dashboards: