turbot/aws_insights

Query: codebuild_project_age_table

Usage

powerpipe query aws_insights.query.codebuild_project_age_table

SQL

select
p.name as "Name",
now() :: date - p.created :: date as "Age in Days",
p.created as "Created Time",
a.title as "Account",
p.account_id as "Account ID",
p.region as "Region",
p.arn as "ARN"
from
aws_codebuild_project as p,
aws_account as a
where
p.account_id = a.account_id
order by
p.created,
p.name;

Dashboards

The query is used in the dashboards: