turbot/aws_insights

Query: rds_db_instance_snapshot_by_engine_type

Usage

powerpipe query aws_insights.query.rds_db_instance_snapshot_by_engine_type

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: