Direkt zum Inhalt

Replica issue in dynamodb

0

Hi all I am trying to replicate a dynamodb table where data is already present.where the replication is taking place through cdk of the stack so when the replication is taking there was issue I am facing “message”: “Failed to create a the new replica of table with name: ‘ContributionModelPromotedAssets’ because one or more replicas already existed as tables.” errorType ValidationException message Create/Update/Delete of replica is not allowed while the replica is being added to table with name: ‘ContributionModelPromotedAssets’ in region: ‘us-east-1’. can someone help me to overcome this issue and create the replication of the table so replica is getting created in the lower environments(dev) but the problem is not getting created in the gamma accounts

AWS
gefragt vor 3 Jahren2440 Aufrufe
2 Antworten
0

Maybe this is the issue? From: Replicas.

You can create a new global table with as many replicas as needed. You can add or remove replicas after table creation, but you can only add or remove a single replica in each update.
AWS
EXPERTE
beantwortet vor 3 Jahren
  • This doesn't help, I manually create a single replica, but still pop out the same error saying one or more replicas already existed. I guest there might be some cache on DDB's server? any clue?

0

you might have a table with the same name in the target region need to be deleted.

beantwortet vor 3 Jahren

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.