Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

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.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

like image 458
Atul Avatar asked Jun 11 '20 06:06

Atul


1 Answers

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:

  • Creating a cluster subnet group
like image 81
Marcin Avatar answered Sep 28 '22 07:09

Marcin