turbot/aws_compliance

Query: sagemaker_notebook_instance_encryption_at_rest_enabled

Usage

powerpipe query aws_compliance.query.sagemaker_notebook_instance_encryption_at_rest_enabled

SQL

select
arn as resource,
case
when kms_key_id is null then 'alarm'
else 'ok'
end as status,
case
when kms_key_id is null then title || ' encryption at rest enabled'
else title || ' encryption at rest not enabled'
end as reason,
region,
account_id
from
aws_sagemaker_notebook_instance;

Controls

The query is being used by the following controls: