turbot/alicloud_insights

Query: ecs_instance_by_network_type

Usage

powerpipe query alicloud_insights.query.ecs_instance_by_network_type

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: