turbot/aws_compliance

Query: neptune_db_cluster_automated_backup_enabled

Usage

powerpipe query aws_compliance.query.neptune_db_cluster_automated_backup_enabled

Steampipe Tables

SQL

select
arn as resource,
case
when backup_retention_period >= 7 then 'ok'
else 'alarm'
end as status,
case
when backup_retention_period >= 7 then title || ' automated backups enabled.'
else title || ' automated backups disabled.'
end as reason,
region,
account_id
from
aws_neptune_db_cluster;

Controls

The query is being used by the following controls: