Benchmark: Redshift
Description
This benchmark provides a set of controls that detect Terraform AWS Redshift resources deviating from security best practices.
Usage
Install the mod:
mkdir dashboardscd dashboardspowerpipe mod initpowerpipe mod install github.com/turbot/steampipe-mod-terraform-aws-complianceStart the Powerpipe server:
steampipe service startpowerpipe serverOpen http://localhost:9033 in your browser and select Redshift.
Run this benchmark in your terminal:
powerpipe benchmark run terraform_aws_compliance.benchmark.redshiftSnapshot and share results via Turbot Pipes:
powerpipe benchmark run terraform_aws_compliance.benchmark.redshift --shareControls
- Amazon Redshift clusters should have automatic snapshots enabled
 - Amazon Redshift should have automatic upgrades to major versions enabled
 - Redshift clusters should not be using EC2 classic mode
 - Redshift clusters should be encrypted
 - Redshift cluster audit logging and encryption should be enabled
 - Amazon Redshift clusters should use enhanced VPC routing
 - Amazon Redshift clusters should be encrypted with KMS
 - Amazon Redshift clusters should have logging enabled
 - Amazon Redshift should have required maintenance settings
 - Redshift clusters should not use the default database name
 - Redshift clusters should prohibit public access
 - Redshift snapshot copy grant should be encrypted with KMS CMK
 - Redshift serverless namespaces should be encrypted with KMS CMK