turbot/alicloud_insights

Query: ecs_instance_total_cores

Usage

powerpipe query alicloud_insights.query.ecs_instance_total_cores

Steampipe Tables

SQL

select
'Total Cores' as label,
sum(cpu_options_core_count) as value
from
alicloud_ecs_instance
where
arn = $1;

Dashboards

The query is used in the dashboards: