turbot/aws_insights

Query: kms_key_rotation_enabled

Usage

powerpipe query aws_insights.query.kms_key_rotation_enabled

Steampipe Tables

SQL

select
'Key Rotation' as label,
case
when key_rotation_enabled is null then 'N/A'
when key_rotation_enabled then 'Enabled'
else 'Disabled'
end as value,
case
when key_rotation_enabled
or key_rotation_enabled is null then 'ok'
else 'alert'
end as type
from
aws_kms_key
where
arn = $1;

Dashboards

The query is used in the dashboards: