turbot/aws_insights

Query: eks_cluster_node_group

Usage

powerpipe query aws_insights.query.eks_cluster_node_group

SQL

select
g.nodegroup_name as "Name",
g.created_at as "Created At",
g.status as "Status",
g.ami_type as "AMI Type",
g.capacity_type as "Capacity Type",
g.disk_size as "Disk Size",
g.health as "Health",
g.instance_types as "Instance Types",
g.launch_template as "Launch Template"
from
aws_eks_node_group as g,
aws_eks_cluster as c
where
g.cluster_name = c.name
and c.arn = $1;

Dashboards

The query is used in the dashboards: