turbot/aws_compliance

Query: rds_db_instance_backup_enabled

Usage

powerpipe query aws_compliance.query.rds_db_instance_backup_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when backup_retention_period < 1 then 'alarm'
else 'ok'
end as status,
case
when backup_retention_period < 1 then title || ' backups not enabled.'
else title || ' backups enabled.'
end as reason,
region,
account_id
from
aws_rds_db_instance;

Controls

The query is being used by the following controls: