turbot/aws_insights

Query: ec2_instance_cpu_cores

Usage

powerpipe query aws_insights.query.ec2_instance_cpu_cores

Steampipe Tables

SQL

select
cpu_options_core_count as "CPU Options Core Count",
cpu_options_threads_per_core as "CPU Options Threads Per Core"
from
aws_ec2_instance
where
region = split_part($1, ':', 4)
and account_id = split_part($1, ':', 5)
and arn = $1;

Dashboards

The query is used in the dashboards: