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!

gefragt vor einem Jahr522 Aufrufe
4 Antworten
0

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

beantwortet vor einem Jahr
  • 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
EXPERTE
kentrad
beantwortet vor einem Jahr
0

The cluster is a mysql db.

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

beantwortet vor einem Jahr
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
EXPERTE
kentrad
beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen