Can any one tell me how to deploy mendix application in AWS?

0
Anyone tell me how to deploy mendix application in AWS
asked
1 answers
0

There could be quite a few options

 

  1. get an AWS EC2 created of windows type. Install mendix service console, IIS(as reverse proxy). generate mendix package and deploy it as a process using service console
  2. generate a mendix docker image and then run it in any AWS EC2 machine but installing docker cli
  3. Check this github repo. This seems to explain about deploying mendix on AWS using teraform or similar cloud formation tools. I havent tried this myself but worth the check,
answered