I have a mongodb server running locally on a machine and I want to migrate it to AWS EBS. The only option that I found was to use mongodump
on my local machine and then copy this dump to my EBS machine manually. Is there any other way to do this if I can provide a login into this machine through a VPN and directly take a dump on my remote EBS machine?
Asked
Active
Viewed 63 times
0

Swapnil
- 1,870
- 2
- 23
- 48
-
What is the advantage of doing the dump over VPN instead of just copying it via SFTP? When you say EBS do you mean Elastic Block Store? I have a feeling you mean Elastic Beanstalk, which you should not be running a database on. – Mark B Jan 05 '17 at 19:33
-
Yeah, I mean Elastic Block Store – Swapnil Jan 06 '17 at 02:11