Is it possible to restore a Redshift cluster to another VPC?

好久不见. 提交于 2019-12-02 04:26:44

问题


I'm trying to move an existing Redshift database from one AWS account to another following How do I transfer ownership of an Amazon Redshift cluster to a different AWS account?. I've successfully created a snapshot of the old database and given the new account access to it. Both accounts have different VPCs.

When I try to restore a cluster from that snapshot, I receive the following error message:

You have no subnet groups that are suitable for restoring this snapshot to VPC.

Is it possible to restore a Redshift cluster to another VPC? I can't create a Subnet to the old VPC since it's in my new AWS account.


回答1:


You need to create an Amazon Redshift Cluster Subnet Group, which is a list of subnets that Redshift can use within a particular VPC.

In the Amazon Redshift management console:

  • Click Security in the left navigation pane
  • Click the Subnet Groups tab
  • Create a Subnet Cluster Group by choosing a VPC, AZ(s) and subnet(s)

Then, try restoring the snapshot again and select your new Subnet Cluster Group.



来源:https://stackoverflow.com/questions/32570731/is-it-possible-to-restore-a-redshift-cluster-to-another-vpc

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!