Luzmo connects to your database or data source from a dedicated static set of IP addresses. You can whitelist them to restrict access to your data source to just Luzmo.
EU multi-tenant Luzmo environment (app.luzmo.com)
88.99.71.232 ( proxy-a.luzmo.com)
52.213.28.47 ( proxy-b.luzmo.com)
US multi-tenant Luzmo environment (app.us.luzmo.com)
3.129.239.106 (proxy-a.us.luzmo.com)
Luzmo dedicated VPCs
Check with your dedicated Customer Success Manager in case you'd need to whitelist their static IP(s). Luzmo VPCs also support VPC peering and/or VPC private endpoints to setup private connections to your data sources.
Tip: if SSH tunneling is required to connect to your data source, you can also build a plugin. The plugin is hosted on your infrastructure and connects to your database through SSH tunneling. In that case, you only expose the plugin. It will then receive a query and will connect to your database via your own SSH tunnel. To help you writing the plugin, we have extensive documentation at: https://developer.luzmo.com/#plugin-api.