Can any one tell me how to deploy mendix application in AWS?
0
Anyone tell me how to deploy mendix application in AWS
asked
DURGA PRASAD KALAMATI
1 answers
0
There could be quite a few options
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
generate a mendix docker image and then run it in any AWS EC2 machine but installing docker cli
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,