Issue with copying RDS Multi AZ Cluster snapshot to different region

0

Hello, Is there a way to copy an RDS Multi AZ Cluster snapshot to a different region?

When I try using the cli I get the error: "An error occurred (InvalidParameterCombination) when calling the CopyDBClusterSnapshot operation: You can't copy a cross-Region Multi-AZ DB cluster snapshot."

aws rds --profile ${PROFILE} copy-db-cluster-snapshot --region ${DEST_REGION_2} --source-db-cluster-snapshot-identifier ${SNAP} --target-db-cluster-snapshot-identifier ${SNAP}

The UI gives almost the same error.

Thanks!

4 Answers
0

Thank you. Is there any way to know if items on that list will be supported and when?

answered a year ago
  • This is something to discuss with your AWS Solution Architects and/or Technical Account Manager.

0

Assuming this is Aurora:

Could it be the combination of source and destination regions? See: Cross-Region snapshot copying.

Also, you cannot copy across regions and accounts with one step.

profile pictureAWS
EXPERT
kentrad
answered a year ago
0

The cluster is a mysql db.

The source region is us-east-1 and the destination is us-west-2.

answered a year ago
0

Looks like copying a snapshot of a RDS Multi-AZ DB Cluster is not supported. Limitations for Multi-AZ DB clusters.

Multi-AZ DB clusters don't support the following features:
* Copying a snapshot of a Multi-AZ DB cluster

profile pictureAWS
EXPERT
kentrad
answered a year ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.

Guidelines for Answering Questions