[redshift] Cannot create more than 1 redshift cluster due to hard-coded security group name #10740
Labels
@aws-cdk/aws-redshift
Related to Amazon Redshift
bug
This issue is a bug.
in-progress
This issue is being actively worked on.
needs-triage
This issue or PR still needs to be triaged.
Cannot create more than 1 Redshift Cluster in an account because the redshift security group "redshift SG" name must be unique.
Reproduction Steps
What did you expect to happen?
Create 2 redshift clusters.
What actually happened?
Cloudformation error:
Environment
Other
Hard coded security group name:
aws-cdk/packages/@aws-cdk/aws-redshift/lib/cluster.ts
Line 419 in a76428b
Security group names must be unique:
https://docs.aws.amazon.com/vpc/latest/userguide/VPC_SecurityGroups.html
This is 🐛 Bug Report
The text was updated successfully, but these errors were encountered: