Atul
Atul

Reputation: 185

Unable to create cluster. VPC is greyed out when launching Redshift Cluster

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

Answers (1)

Marcin
Marcin

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

Related Questions