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

1

13

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

Nernst answered 11/6, 2020 at 6:28 Comment(0)
V
19

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:

Viscometer answered 11/6, 2020 at 7:6 Comment(2)
Thank you! Created subnet group and now I can select the default VPC.Nernst
Sidenote: This is phenomenal UX by AWS as usualMany

© 2022 - 2024 — McMap. All rights reserved.