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개 답변
0

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

답변함 일 년 전
  • 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
답변함 일 년 전
0

The cluster is a mysql db.

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

답변함 일 년 전
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
답변함 일 년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠