turbot/alicloud_insights

Query: ecs_disk_encryption_status

Usage

powerpipe query alicloud_insights.query.ecs_disk_encryption_status

Steampipe Tables

SQL

select
case when encrypted then 'Enabled' else 'Disabled' end as "Encryption",
kms_key_id as "KMS Key ID"
from
alicloud_ecs_disk
where
arn = $1;

Dashboards

The query is used in the dashboards: