turbot/aws_insights

Query: elasticache_cluster_node_by_engine

Usage

powerpipe query aws_insights.query.elasticache_cluster_node_by_engine

Steampipe Tables

SQL

select
engine as "Type",
count(*) as "clusters"
from
aws_elasticache_cluster
group by
engine
order by
engine;

Dashboards

The query is used in the dashboards: