0

Cross Region Replication is one of the 2017 updates for DynamoDB.To experience with it, I used AWS Management Console to replicate my database once. Just wondered if anybody knows how to replicate it across more than 2 regions? Thanks

shirin
  • 152
  • 1
  • 14

1 Answers1

0

It sounds like you are looking for Global Tables. Not all regions are supported, but this gives you read/write access to the same table across multiple (more than 2) regions.

Global Tables replicates your Amazon DynamoDB tables automatically across your choice of AWS regions.

https://aws.amazon.com/dynamodb/global-tables/

Michael - sqlbot
  • 169,571
  • 25
  • 353
  • 427