turbot/aws_insights

Query: eks_cluster_by_status

Usage

powerpipe query aws_insights.query.eks_cluster_by_status

Steampipe Tables

SQL

select
status as "Status",
count(*) as "clusters"
from
aws_eks_cluster
group by
status
order by
status;

Dashboards

The query is used in the dashboards: