turbot/aws_insights

Query: ec2_instance_total_cores_count

Usage

powerpipe query aws_insights.query.ec2_instance_total_cores_count

Steampipe Tables

SQL

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

Dashboards

The query is used in the dashboards: