turbot/oci_insights

Query: compute_instance_by_type

Usage

powerpipe query oci_insights.query.compute_instance_by_type

Steampipe Tables

SQL

select
shape as "Shape",
count(*) as "Instances"
from
oci_core_instance
where
lifecycle_state <> 'TERMINATED'
group by
shape
order by
shape;

Dashboards

The query is used in the dashboards: