Ensure Redshift is not deployed outside of a VPC
Error: Redshift is deployed outside of a VPC
Bridgecrew Policy ID: BC_AWS_NETWORKING_56
Checkov Check ID: CKV_AWS_154
Severity: LOW
Redshift is deployed outside of a VPC
Description
TBD
Fix - Buildtime
Terraform
- Resource: aws_redshift_cluster
- Argument: cluster_subnet_group_name
resource "aws_redshift_cluster" "pass" {
...
+ cluster_subnet_group_name="subnet-ebd9cead"
}
CloudFormation
- Resource: AWS::Redshift::Cluster
- Argument: Properties.ClusterSubnetGroupName
Type: "AWS::Redshift::Cluster"
Properties:
...
+ ClusterSubnetGroupName: "subnet-ebd9cead"
Updated 9 months ago
Did this page help you?