turbot/steampipe-mod-aws-insights

Query: kms_key_inventory_table

Usage

powerpipe query aws_insights.query.kms_key_inventory_table

Steampipe Tables

SQL

select
k.id as "Key ID",
k.creation_date as "Creation Date",
k.key_state as "Key State",
k.enabled as "Enabled",
k.key_rotation_enabled as "Key Rotation Enabled",
k.tags as "Tags",
k.arn as "ARN",
k.account_id as "Account ID",
a.title as "Account",
k.region as "Region"
from
aws_kms_key as k
left join aws_account as a on k.account_id = a.account_id
order by
k.creation_date desc;

Dashboards

The query is used in the dashboards: