Linkedin

Migrate an Amazon Redshift cluster to an AWS Region in China

Project Overview

Project Detail

This pattern provides a step-by-step approach to migrate an Amazon Redshift cluster to an AWS Region in China from another AWS Region.

This pattern uses SQL commands to recreate all the database objects, and uses the UNLOAD command to move this data from Amazon Redshift to an Amazon Simple Storage Service (Amazon S3) bucket in the source Region. The data is then migrated to an S3 bucket in the AWS Region in China. The COPY command is used to load data from the S3 bucket and transfer it to the target Amazon Redshift cluster.

Amazon Redshift doesn't currently support cross-Region features such as snapshot copying to AWS Regions in China. This pattern provides a way to work around that limitation. You can also reverse the steps in this pattern to migrate data from an AWS Region in China to another AWS Region.

https://docs.aws.amazon.com/prescriptive-guidance/latest/patterns/migrate-an-amazon-redshift-cluster-to-an-aws-region-in-china.html?did=pg_card&trk=pg_card

To know more about this project connect with us

Migrate an Amazon Redshift cluster to an AWS Region in China