turbot/oci_insights

Query: compute_instance_total_cores

Usage

powerpipe query oci_insights.query.compute_instance_total_cores

Steampipe Tables

SQL

select
sum(shape_config_ocpus) as "Total OCPUs"
from
oci_core_instance
where
lifecycle_state <> 'TERMINATED';

Dashboards

The query is used in the dashboards: