turbot/aws_insights

Query: kms_key_by_region

Usage

powerpipe query aws_insights.query.kms_key_by_region

Steampipe Tables

SQL

select
region,
count(i.*) as "Keys"
from
aws_kms_key as i
group by
region;

Dashboards

The query is used in the dashboards: