turbot/aws_insights

Query: eks_cluster_secrets_encryption_status

Usage

powerpipe query aws_insights.query.eks_cluster_secrets_encryption_status

Steampipe Tables

SQL

select
encryption_status,
count(*)
from (
select encryption_config,
case when encryption_config is not null then
'enabled'
else
'disabled'
end encryption_status
from
aws_eks_cluster) as t
group by
encryption_status
order by
encryption_status desc;

Dashboards

The query is used in the dashboards: