9.2.2 Amazon DocumentDB

Amazon DocumentDB is a fully-managed database service and it is compatible with MongoDB drivers and MongoDB APIs.

For more information about replicating data to Amazon DocumentDB, see MongoDB .

All the configuration steps are similar to the ones supported for MongoDB, except the TLS configuration.

To support TLS, you need to generate the appropriate keystore files, see the Java section at the following: https://docs.aws.amazon.com/documentdb/latest/developerguide/connect_programmatically.html#connect_programmatically-tls_enabled.

After the truststore is generated, it can be configured under the replicat .props file as follows:
jvm.bootoptions=-Djavax.net.ssl.trustStore={insert the path and trust store file name} 
-Djavax.net.ssl.trustStorePassword={insert the trust store password}

Note:

Target AWS DocumentDB access requires GG for DAA deployment to be in the same VPC or a different VPC configured with VPC peering.