Mongodb AWS Cloud Migration
Mongodb AWS Cloud Migration
Migration
Lift & Shift Online AWS Cloud Migration
• Mongodb will sync all the data from the on-prem primary(or secondary) node to
the newly created secondary node in the AWS cloud using built in feature
IntialSync. This approach involves less manual intervention.
• Manually copy the data files from the primary node and paste it to the newly
created secondary node in the AWS cloud using S3. Then start the secondary
node. Mongodb will sync the delta data between the on-prem primary node and
secondary node using native replication process.
Because we have direct connectivity between data center & AWS using Direct
Connect and have only 6TB of data to migrate so there will not be any data transfer
performance issue. Also, requirement is to perform online migration. So, we are
going to adopt first approach.