Deployment of Mendix app on AWS

0
Is there any guide document available for deployment process of mendix app in AWS? We are planning to host the mendix app in AWS, and we need a detailed steps for the same. Also, is it possible to use mendix built in DB if the app is hosted in AWS? or we need to use a separate external DB hosted on a RDS server?  Please help.
asked
1 answers
0

Hi,

You can deploy to AWS either by starting an EC2 instance and setting it up manually: https://docs.mendix.com/developerportal/deploy/unix-like/

Or via docker: https://github.com/mendix/docker-mendix-buildpack

You can also look up Mendix AMI on the AWS Marketplace which is already set up for use.

Both m2ee tools and docker buildpack allow you to specify a database endpoint, which in your case would be an RDS instance

answered