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!

已提问 1 年前524 查看次数
4 回答
0

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

已回答 1 年前
  • 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
专家
kentrad
已回答 1 年前
0

The cluster is a mysql db.

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

已回答 1 年前
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
专家
kentrad
已回答 1 年前

您未登录。 登录 发布回答。

一个好的回答可以清楚地解答问题和提供建设性反馈,并能促进提问者的职业发展。

回答问题的准则