In this video, I'd like to share with you guys about how to deploy a Java web application with MySQL database running on Apache Tomcat using AWS Elastic Beanstalk web management console.
You will follow the key steps below:
Update project code – externalize datasource properties
Package & Test sample application on localhost
Create new application
Configure service access
Configure database service
Deploy the application
Add environment properties for datasource connection
Connect to remote MySQL server instance
Test newly deployed application