turbot/aws_insights

Query: rds_db_cluster_snapshot_30_90_days_count

Usage

powerpipe query aws_insights.query.rds_db_cluster_snapshot_30_90_days_count

SQL

select
count(*) as value,
'30-90 Days' as label
from
aws_rds_db_cluster_snapshot
where
create_time between symmetric now() - '30 days' :: interval
and now() - '90 days' :: interval;

Dashboards

The query is used in the dashboards: