Passer au contenu

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
demandé il y a 3 ans2,4 k vues
2 réponses
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
EXPERT
répondu il y a 3 ans
  • 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.

répondu il y a 3 ans

Vous n'êtes pas connecté. Se connecter pour publier une réponse.

Une bonne réponse répond clairement à la question, contient des commentaires constructifs et encourage le développement professionnel de la personne qui pose la question.