11

Can't select the default VPC. Error: VPC associated with db subnet group does not exist

Error image 1 -> https://i.stack.imgur.com/8dp4Y.png

Error Image 2 -> https://i.stack.imgur.com/ulytq.png

VPC Dashboard -> https://i.stack.imgur.com/cVCNi.png

Subnets -> https://i.stack.imgur.com/rNdnt.png

Atul
  • 155
  • 2
  • 10

1 Answers1

15

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:

Marcin
  • 215,873
  • 14
  • 235
  • 294