turbot/alicloud_insights

Query: rds_instance_by_engine_type

Usage

powerpipe query alicloud_insights.query.rds_instance_by_engine_type

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: