Reputation: 185
Can't select the default VPC. Error: VPC associated with db subnet group does not exist
Error image 1 -> https://i.sstatic.net/8dp4Y.png
Error Image 2 -> https://i.sstatic.net/ulytq.png
VPC Dashboard -> https://i.sstatic.net/cVCNi.png
Subnets -> https://i.sstatic.net/rNdnt.png
Upvotes: 13
Views: 7598
Reputation: 238051
It seems to me that you don't have a subnet group. In redshift, subnet groups are not created by default, unlike in RDS:
You must have at least one cluster subnet group defined to provision a cluster in a VPC.
You can create a subnet group following the instructions from docs:
Upvotes: 19