turbot/alicloud_insights

Query: ecs_instance_by_type

Usage

powerpipe query alicloud_insights.query.ecs_instance_by_type

Steampipe Tables

SQL

select
instance_type as "Type",
count(*) as "total"
from
alicloud_ecs_instance
group by
instance_type
order by
instance_type;

Dashboards

The query is used in the dashboards: