turbot/aws_insights

Query: elasticache_cluster_auth_token

Usage

powerpipe query aws_insights.query.elasticache_cluster_auth_token

SQL

select
'Auth Token' as label,
case
when auth_token_enabled then 'Enabled'
else 'Disabled'
end as value,
case
when auth_token_enabled then 'ok'
else 'alert'
end as type
from
aws_elasticache_replication_group
where
arn = $1;

Dashboards

The query is used in the dashboards: