我想将我的 Amazon Redshift 数据从一个集群迁移到另一个集群。
## 解决方法
您可以使用数据共享、Amazon Redshift Spectrum、Amazon Simple Storage Service(Amazon S3)或集群快照来迁移 Amazon Redshift 数据。
### 数据共享
您可以使用[数据共享](https://docs.aws.amazon.com/redshift/latest/dg/datashare-overview.html?trk=cndc-detail)在 Amazon Redshift 集群之间通过亚马逊云科技账户或亚马逊云科技区域共享实时数据。
**注意**:Amazon Redshift 数据共享仅适用于 [RA3 节点类型](https://docs.aws.amazon.com/redshift/latest/mgmt/working-with-clusters.html#rs-ra3-node-types?trk=cndc-detail)。有关 RA3 节点迁移,请参阅[如何将我的 Amazon Redshift 集群迁移到 RA3 节点类型?](https://repost.aws/zh-Hans/knowledge-center/redshift-ra3-node-type?trk=cndc-detail)
对于亚马逊云科技账户,请参阅[在亚马逊云科技账户中共享数据](https://docs.aws.amazon.com/redshift/latest/dg/within-account.html?trk=cndc-detail)和[跨亚马逊云科技账户共享数据](https://docs.aws.amazon.com/redshift/latest/dg/across-account.html?trk=cndc-detail)。
对于亚马逊云科技区域,请参阅[跨亚马逊云科技区域共享数据](https://docs.aws.amazon.com/redshift/latest/dg/across-region.html?trk=cndc-detail)。
有关更多信息,请参阅[在 Amazon Redshift 中跨集群共享数据](https://docs.aws.amazon.com/redshift/latest/dg/datashare-overview.html?trk=cndc-detail)。
### Amazon Redshift Spectrum
您可以使用 Amazon Redshift Spectrum [查询外部数据](https://docs.aws.amazon.com/redshift/latest/dg/c-using-spectrum.html?trk=cndc-detail)。您还可以使用 Amazon Redshift Spectrum 在多个集群上共享数据。有关说明,请参阅[如何在 Amazon Redshift Spectrum 中创建和查询外部表?](https://repost.aws/zh-Hans/knowledge-center/redshift-spectrum-external-table?trk=cndc-detail)
### Amazon S3
您可以将数据从 Amazon Redshift 转移到 Amazon S3 存储桶。有关说明,请参阅[如何将 Amazon Redshift 中的数据复制或卸载至另一个账户中的 Amazon S3 存储桶?](https://repost.aws/zh-Hans/knowledge-center/redshift-s3-cross-account?trk=cndc-detail)
或者,您可以使用 [Amazon Redshift 卸载/复制实用程序](https://github.com/awslabs/amazon-redshift-utils/tree/master/src/UnloadCopyUtility#user-content-amazon-redshift-unloadcopy-utility?trk=cndc-detail)在 Amazon Redshift 集群或数据库之间将数据迁移到 Amazon S3。
### 集群快照
您可以通过创建和共享手动快照将 Amazon Redshift 预置的集群复制到另一个亚马逊云科技账户。有关说明,请参阅[如何将 Amazon Redshift 预置集群复制到不同的亚马逊云科技账户?](https://repost.aws/zh-Hans/knowledge-center/account-transfer-redshift?trk=cndc-detail)
***
## 相关信息
[开始使用数据共享](https://docs.aws.amazon.com/redshift/latest/dg/getting-started-datashare.html?trk=cndc-detail)
[如何将 Amazon Redshift 预置集群从一个 VPC 移动到另一个 VPC?](https://repost.aws/zh-Hans/knowledge-center/move-redshift-cluster-vpcs?trk=cndc-detail)
[使用亚马逊云科技命令行界面(Amazon CLI)和 Amazon Redshift API 管理快照](https://docs.aws.amazon.com/redshift/latest/mgmt/manage-snapshots-api-cli.html?trk=cndc-detail)
[如何通过另一个亚马逊云科技账户复制 S3 对象?](https://repost.aws/knowledge-center/copy-s3-objects-account)