turbot/aws_insights

Query: rds_db_cluster_by_engine_type

Usage

powerpipe query aws_insights.query.rds_db_cluster_by_engine_type

Steampipe Tables

SQL

select
engine as "Engine Type",
count(*) as "Clusters"
from
aws_rds_db_cluster
group by
engine
order by
engine;

Dashboards

The query is used in the dashboards: