turbot/aws_insights

Query: eks_cluster_by_region

Usage

powerpipe query aws_insights.query.eks_cluster_by_region

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: