내용으로 건너뛰기

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
질문됨 3년 전2.4천회 조회
2개 답변
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
전문가
답변함 3년 전
  • 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.

답변함 3년 전

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

관련 콘텐츠