Connect to an external database

0
We have a requirement to fetch data from an external database, which is secured and connection is allowed only from inside of our AWS environment. Is there a facility for Mendix app to connect to a Mendix connector/data gateway configured in AWS (which in turn connects to and fetch data from the external DB) instead of direct access to the Database? What are other alternatives for integration from Mendix Cloud, where a direct connection is not provided by the vendor/external db provider.
asked
2 answers
0

Hello Aravind,

 

Please go though the below document,

https://docs.mendix.com/refguide/external-database-connection/

Specific to AWS we have this below platform supported module from Mendix

https://docs.mendix.com/appstore/aws-modules/

 

Hope this helps,

 

Thanks & Regards,

Manikandan K

answered
0

Hi Aravind,

we have the Aws RDS Postgrres DB which is set public accessible as No

we are connecting it with VPN , In your RDS region VPC settings you will get option to create VPN and define your mendix app network IP's l.

Mendix IP's you can find from mendix documents region wise.

 

Good luck!

 

answered