turbot/oci_insights

Query: compute_instance_90_days

Usage

powerpipe query oci_insights.query.compute_instance_90_days

Steampipe Tables

SQL

select
count(*) as value,
'30-90 Days' as label
from
oci_core_instance
where
lifecycle_state <> 'TERMINATED'
and time_created between symmetric now() - '30 days' :: interval
and now() - '90 days' :: interval;

Dashboards

The query is used in the dashboards: