turbot/aws_insights

Query: rds_db_instance_snapshot_by_region

Usage

powerpipe query aws_insights.query.rds_db_instance_snapshot_by_region

Steampipe Tables

SQL

select
region,
count(i.*) as total
from
aws_rds_db_snapshot as i
group by
region;

Dashboards

The query is used in the dashboards: