User guide
Snapshot Identifier: check the snapshot name, examplecluster-source.•
• Cluster Identifier: type examplecluster-target.
• Port: leave the port number as is.
• Allow Version Upgrade: leave this option as Yes.
• Availability Zone: select an Availability Zone.
• Cluster Parameter Group: select a parameter group to use.
• Cluster Security Group: select a security group or groups to use.
5. In the navigation pane, click Clusters. A new cluster, examplecluster-target, will be created from the
source cluster’s snapshot.
First, the target cluster is created. The Cluster Status value is creating, restoring at this point.
After the target cluster is created, the Cluster Status value changes to available, restoring.
6. Click examplecluster-target to open it. The Cluster Status value should display available, and the
Restore Status should display completed.
Step 3:Verify Data in the Target Cluster
After the restore operation completes, you can verify that the data in the target cluster meets your
expectation of the data that you had in the snapshot from the source.You can use a SQL client tool to
connect to the target cluster and run a query to validate the data in the new cluster. For example, you
can run the same queries that you ran in the Amazon Redshift Getting Started exercise:
-- Get definition for the sales table.
SELECT *
API Version 2012-12-01
231
Amazon Redshift Management Guide
Step 3:Verify Data in the Target Cluster