I want restore a Redshift cluster from another account's snapshot.
First, I took a manual snapshot of in account A. Then I successfully shared this snapshot to account B. So now I want to restore a new cluster from that snapshot in account B.
I tried this command
aws redshift restore-from-cluster-snapshot --node-type ds2.8xlarge --number-of-nodes 5 --snapshot-identifier snap-a-id --cluster-identifier cluster-b
But I'm getting
An error occurred (ClusterSnapshotNotFound) when calling the RestoreFromClusterSnapshot operation: Snapshot not found: snap-a-id
I am able to see snap-a-id
on my AWS console.