I want to connect a Postgres database that is running on RDS within AWS. This database is behind the firewall and powering a web app and we dont' want to expose the database publicly. We also can't really use the web app API as the data endpoint.
I understand that PowerBI doesn't support SSH tunnels, but we can use a on-premise gateway. I believe this would have to be installed within our AWS virtual network? Are there any guides for this? Would it be a case of setting up a new AWS server running Windows/Windows server and installing the on-premise gatway there? I imagine we would then expose that Windows machine and connect directly to that from PowerBI?