AWS MYSQL Database VPC Integration

0
I have requirement where I need to connect my mendix application with MYSQL database running in my private VPC in AWS. How do I connect? What are the possibilities to connect to my VPC from mendix? 
asked
1 answers
0

Hi Sathish,

 

You will be connecting using the Database Connector https://marketplace.mendix.com/link/component/2888

 

In your VPC you should publish the MSSQL on a Public IP and allow connections to port 1433 from the Mendix Cloud IP’s https://docs.mendix.com/developerportal/deploy/mendix-ip-addresses/

 

Go Make It

answered