I have Java Web Application that runs on tomcat server, without any frameworks. My application works with MongoDB and I need to deploy it to AWS.
What are my steps need to be done?
- Deploy war on Elastic Beanstalk?
- Install Mongo on EC2?
What would be the process?
Actually, I don't understand how to use Mongo in AWS. Deploying war is simple but how to connect this project with my database?