turbot/aws_insights

Query: acm_certificate_by_account

Usage

powerpipe query aws_insights.query.acm_certificate_by_account

SQL

select
a.title as "Account",
count(v.*) as "Certificates"
from
aws_acm_certificate as v,
aws_account as a
where
a.account_id = v.account_id
group by
a.title
order by
a.title;

Dashboards

The query is used in the dashboards: