turbot/oci_insights

Query: blockstorage_boot_volume_by_region

Usage

powerpipe query oci_insights.query.blockstorage_boot_volume_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "Boot Volumes"
from
oci_core_boot_volume
where
lifecycle_state <> 'TERMINATED'
group by
region;

Dashboards

The query is used in the dashboards: