turbot/aws_insights

Query: elasticache_cluster_overview

Usage

powerpipe query aws_insights.query.elasticache_cluster_overview

SQL

select
description as "Description",
cluster_enabled as "Enabled",
cache_node_type as "Node Type",
multi_az as "Multi AZ",
region as "Region",
account_id as "Account ID",
arn as "ARN"
from
aws_elasticache_replication_group
where
arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: