Also, do you have docs or example of how to deploy...
# announcements
b
Also, do you have docs or example of how to deploy self-hosting with AWS DocumentDB ?
w
We don't have documentation beyond: https://docs.growthbook.io/self-host/env#production-settings. But it should be straight forward. You just need to provide MONGODB_URI env var to be the documentDB connection string.
b
What about pem file ?
w
Yes I would imagine that would be needed.
👍 1
Your connection string needs to have
&ssl_ca_certs=global-bundle.pem
as part of it: https://docs.aws.amazon.com/documentdb/latest/developerguide/endpoints-connecting.html
👍 1
If you find the process involved at all, but figure it out in the end, we would love to hear about it so that we can create good documentation for others. Even better, all of our documentation is open source, and we would love your contribution ... you can just click the edit button at the bottom of any docs.growthbook.io page.