turbot/aws_compliance

Query: rds_db_cluster_aurora_backtracking_enabled

Usage

powerpipe query aws_compliance.query.rds_db_cluster_aurora_backtracking_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when engine not ilike '%aurora-mysql%' then 'skip'
when backtrack_window is not null then 'ok'
else 'alarm'
end as status,
case
when engine not ilike '%aurora-mysql%' then title || ' not Aurora MySQL-compatible edition.'
when backtrack_window is not null then title || ' backtracking enabled.'
else title || ' backtracking not enabled.'
end as reason
, region, account_id
from
aws_rds_db_cluster;

Controls

The query is being used by the following controls: