turbot/aws_compliance
Loading controls...

Control: Redshift clusters should not use the default database name

Description

This control checks whether an AWS Redshift cluster has changed the database name from its default value. The control will fail if the database name for a Redshift cluster is set to dev.

Usage

Run the control in your terminal:

powerpipe control run aws_compliance.control.redshift_cluster_no_default_database_name

Snapshot and share results via Turbot Pipes:

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

SQL

This control uses a named query:

redshift_cluster_no_default_database_name

Tags