Skip to Content
Data TransmissionSource is AWSDynamoDBDynamoDB

MongoDB

UDTS supports migrating from AWS DynamoDB to MongoDB

Source DynamoDB Form

Parameter NameDescriptionExample
RegionRegion where DynamoDB is locatedus-east-2
AWS access keyAWS authorization access keyAKIA5XXIWOJLFJSLW5DJNMFD
AWS secret keyAWS authorization secret keywlHcUhT/ysfl8lxaw7nx/UDcbwnB0t
AWS tokenAWS authorization token
Custom-built DynamoDB addressAddress of custom-built DynamoDB (refer to Note 1)http://192.168.100.103:8000

Target MongoDB Form

Parameter NameDescriptionExample
Address10.9.43.27us-east-2
Region/VPC/SubnetSelect on the console page
PortMongoDB connection port27017
UsernameMongoDB usernameroot
PasswordMongoDB password123456
Authorization DBMongoDB authorization DB, default in UDB is adminadmin
Database NameCorresponding name in MongoDB after migrating from DynamoDB (refer to Note 2)mydb

Notes

  1. When the source is custom-built, Custom-built DynamoDB address is required; otherwise, AWS access key, AWS secret key, and Region are required.
  2. In DynamoDB, there are only Tables, not Databases. When migrating to MongoDB, you need to specify a DB name, and the migrated data will be stored in this DB.