I am very new to both MongoDB and AWS cloud technologies.
I am currently trying to configure MongoDB to allow data replication and sync between instances of two different AWS account. Also, I have been reading some doc from official MongoDB website on how it can be done, and the closest info I got so far is from here https://docs.mongodb.com/manual/tutorial/deploy-geographically-distributed-replica-set/ and https://docs.mongodb.com/manual/reference/replica-configuration/. However, I am unsure if those lead me to the correct direction.
My biggest question is, how can we perform data replication and sync (say periodically, two hours) between two MongoDB instances from two distinct locations/regions and accounts (eg AWS Tokyo and AWS Singapore regional accounts)? Also, what is the best strategy to perform such?