turbot/aws_insights

Query: elasticache_cluster_node_encryption_transit

Usage

powerpipe query aws_insights.query.elasticache_cluster_node_encryption_transit

Steampipe Tables

SQL

select
'Encryption in Transit' as label,
case when transit_encryption_enabled then 'Enabled' else 'Disabled' end as value,
case when transit_encryption_enabled then 'ok' else 'alert' end as type
from
aws_elasticache_cluster
where
arn = $1;

Dashboards

The query is used in the dashboards: