turbot/aws_insights

Query: ecr_repository_by_region

Usage

powerpipe query aws_insights.query.ecr_repository_by_region

Steampipe Tables

SQL

select
region as "Region",
count(*) as "ecr repositories"
from
aws_ecr_repository
group by
region
order by
region;

Dashboards

The query is used in the dashboards: