Skip to content

Why can't I access a VPC to launch my Amazon Redshift cluster?

2 minute read
0

I want to launch an Amazon Redshift cluster in a specific Amazon Virtual Private Cloud (Amazon VPC). However, I can't access my VPC from the dropdown list.

Short description

You might not be able to select and access your VPC for the following reasons:

  • The VPC doesn't exist in the same AWS Region where you're trying to create your Amazon Redshift cluster.
  • The VPC isn't associated with a cluster subnet group.

Resolution

To access your VPC in Amazon Redshift, complete the following steps:

  1. Create a VPC in the same Region where you want to launch an Amazon Redshift cluster.
  2. Create a cluster subnet group.
    Note: To improve fault tolerance, it's a best practice to create a cluster subnet group with two or more subnets from different Availability Zones. However, all the nodes in a cluster must be in the same Availability Zone.
  3. Create an Amazon Redshift cluster. In the Additional configurations section, turn off Use defaults. Then, choose the VPC that you want from the dropdown list. For more information, see Creating a Redshift provisioned cluster or Amazon Redshift Serverless workgroup in a VPC.
AWS OFFICIALUpdated 9 months ago