turbot/alicloud_insights

Query: ecs_security_group_by_type

Usage

powerpipe query alicloud_insights.query.ecs_security_group_by_type

SQL

select
type as "VPC Type",
count(*) as "total"
from
alicloud_ecs_security_group
group by
type
order by
type;

Dashboards

The query is used in the dashboards: