turbot/aws_insights

Query: elasticache_cluster_node_by_node_type

Usage

powerpipe query aws_insights.query.elasticache_cluster_node_by_node_type

Steampipe Tables

SQL

select
cache_node_type as "Type",
count(*) as "cache nodes"
from
aws_elasticache_cluster
group by
cache_node_type
order by
cache_node_type;

Dashboards

The query is used in the dashboards: