Saltar al contenido

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
preguntada hace 3 años2,4 mil visualizaciones
2 Respuestas
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
EXPERTO
respondido hace 3 años
  • 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.

respondido hace 3 años

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.