turbot/aws_compliance

Query: sagemaker_endpoint_configuration_encryption_at_rest_enabled

Usage

powerpipe query aws_compliance.query.sagemaker_endpoint_configuration_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 disabled.'
else title || ' encryption at rest enabled.'
end as reason,
region,
account_id
from
aws_sagemaker_endpoint_configuration;

Controls

The query is being used by the following controls: