turbot/aws_insights

Query: rds_db_cluster_snapshot_by_engine_type

Usage

powerpipe query aws_insights.query.rds_db_cluster_snapshot_by_engine_type

SQL

select
engine as "Engine Type",
count(*) as "Cluster Snapshots"
from
aws_rds_db_cluster_snapshot
group by
engine
order by
engine;

Dashboards

The query is used in the dashboards: