turbot/aws_compliance
Loading controls...

Control: Neptune DB clusters should have automated backups enabled

Description

This control checks whether a Neptune DB cluster has automated backups enabled, and a backup retention period greater than or equal to 7 days. The control fails if backups aren't enabled for the Neptune DB cluster, or if the retention period is less than 7 days.

Usage

Run the control in your terminal:

powerpipe control run aws_compliance.control.neptune_db_cluster_automated_backup_enabled

Snapshot and share results via Turbot Pipes:

powerpipe login
powerpipe control run aws_compliance.control.neptune_db_cluster_automated_backup_enabled --share

SQL

This control uses a named query:

neptune_db_cluster_automated_backup_enabled

Tags