turbot/aws_insights

Query: ecs_cluster_by_region

Usage

powerpipe query aws_insights.query.ecs_cluster_by_region

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: