turbot/aws_insights

Query: eks_cluster_endpoint_endpoint_public_access_disabled

Usage

powerpipe query aws_insights.query.eks_cluster_endpoint_endpoint_public_access_disabled

Steampipe Tables

SQL

select
count(*) as value,
'Endpoint Public Access Disabled' as label,
case
count(*)
when 0 then 'alert'
else 'ok'
end as "type"
from
aws_eks_cluster
where
resources_vpc_config -> 'EndpointPublicAccess' = 'true';

Dashboards

The query is used in the dashboards: