turbot/aws_insights

Query: codepipeline_pipeline_by_account

Usage

powerpipe query aws_insights.query.codepipeline_pipeline_by_account

SQL

select
a.title as "Account",
count(c.*) as "pipelines"
from
aws_codepipeline_pipeline as c,
aws_account as a
where
a.account_id = c.account_id
group by
a.title
order by
a.title;

Dashboards

The query is used in the dashboards: