Hi,
Once we have setup a replica set using MMS on AWS: what is the easiest and/or quickest way to change the AWS instance type while keeping your data?
Specifically: we are not sure what we should be using for the size/instance category AWS instance. And of course, the bigger the instance type, the bigger the bill.
We want to be able to upgrade or downgrade the instance type when we have a feel for what happens in production.
Some possibilities that occurred to me, but have not been able to get to work:
1) Unmount the external EBS volume and mount it on the new instance.
2) Add the new instance to the replica set, wait for synchronization, and then remove the old instance or instances from the set.
Thanks
Marco