We want to make dashboards for data contained in AWS DocumentDB databases that are in our private VPC with no direct public internet access. As I understand it, we could do one of the following:
- Deploy Retool within the private AWS VPC that hosts the DocumentDB cluster, which would allow it to have access to the databases. That appears to require infrastructure for a VM, a PostgreSQL databasem, and a Temporal cluster. Is that correct?
- Create a publicly accessible EC2 instance with access to the private VPC / Subnet that allows SSH access from Retool and configure it as a bastion host for the Retool MongoDB connector, allowing Retool to tunnel through the EC2 instance to the DocumentDB cluster.
- Install Retool RPC on a machine with access to the DocumentDB and configure it to provide some kind of access.
I have read the docs and chatted with the chatbot enough that I think those are the options, but I wanted to make sure I was not missing anything.
For example, is there any chance that DocumentDB will be added to the options to directly import from AWS (Import resources from AWS | Retool Docs) any time soon?
I would like an answer from a Retool representative, if possible, so that we are certain of the options we have and can make a decision about how to proceed.