turbot/aws_compliance
Loading controls...

Control: AWS Redshift should have required maintenance settings

Description

Ensure whether AWS Redshift clusters have the specified maintenance settings. Redshift clusters `allowVersionUpgrade` should be set to `true` and `automatedSnapshotRetentionPeriod` should be greater than 7.

Usage

Run the control in your terminal:

powerpipe control run aws_compliance.control.redshift_cluster_maintenance_settings_check

Snapshot and share results via Turbot Pipes:

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

SQL

This control uses a named query:

redshift_cluster_maintenance_settings_check

Tags