turbot/steampipe-mod-aws-insights

Query: elasticache_cluster_node_node_type

Usage

powerpipe query aws_insights.query.elasticache_cluster_node_node_type

Steampipe Tables

SQL

select
'Node Type' as label,
cache_node_type as value
from
aws_elasticache_cluster
where
arn = $1
and account_id = split_part($1, ':', 5)
and region = split_part($1, ':', 4);

Dashboards

The query is used in the dashboards: