turbot/aws_compliance

Query: backup_recovery_point_encryption_enabled

Usage

powerpipe query aws_compliance.query.backup_recovery_point_encryption_enabled

SQL

select
recovery_point_arn as resource,
case
when is_encrypted then 'ok'
else 'alarm'
end as status,
case
when is_encrypted then recovery_point_arn || ' encryption enabled.'
else recovery_point_arn || ' encryption disabled.'
end as reason,
region,
account_id
from
aws_backup_recovery_point;

Controls

The query is being used by the following controls: