turbot/alicloud_insights

Query: ecs_instance_by_os_type

Usage

powerpipe query alicloud_insights.query.ecs_instance_by_os_type

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: