turbot/aws_insights

Query: elasticache_cluster_node_encryption_at_transit_disabled_count

Usage

powerpipe query aws_insights.query.elasticache_cluster_node_encryption_at_transit_disabled_count

Steampipe Tables

SQL

select
count(*) as value,
'Encryption in Transit Disabled' as label,
case
when count(*) > 0 then 'alert'
else 'ok'
end as "type"
from
aws_elasticache_cluster
where
not transit_encryption_enabled;

Dashboards

The query is used in the dashboards: