turbot/aws_insights

Query: codebuild_project_by_account

Usage

powerpipe query aws_insights.query.codebuild_project_by_account

SQL

select
a.title as "Account",
count(p.*) as "projects"
from
aws_codebuild_project 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: