turbot/aws_insights

Query: ecr_repository_by_account

Usage

powerpipe query aws_insights.query.ecr_repository_by_account

SQL

select
a.title as "Account",
count(p.*) as "ecr repositories"
from
aws_ecr_repository as p,
aws_account as a
where
a.account_id = p.account_id
group by
a.title
order by
a.title;

Dashboards

The query is used in the dashboards: