turbot/aws_insights

Query: acm_certificate_age_table

Usage

powerpipe query aws_insights.query.acm_certificate_age_table

SQL

select
c.domain_name as "Domain Name",
c.title as "ID",
now() :: date - c.created_at :: date as "Age in Days",
c.created_at as "Create Time",
c.not_after as "Expiry Time",
c.status as "Status",
a.title as "Account",
c.account_id as "Account ID",
c.region as "Region",
c.certificate_arn as "ARN"
from
aws_acm_certificate as c,
aws_account as a
where
c.account_id = a.account_id
order by
c.created_at,
c.domain_name;

Dashboards

The query is used in the dashboards: