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
asked a year ago720 views
2 Answers
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.
profile pictureAWS
EXPERT
kentrad
answered a year ago
  • 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.

Joe
answered 6 months 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