This document outlines the step-by-step process for deploying a 2-tier web application (Flask + MySQL) on an AWS EC2 instance. The deployment is containerized using Docker and Docker Compose. A full ...
Next go to the inside of the above directory and create two separate directories – app and db. Now create an SQL file under db directory using command sudo vi user.sql and use the following content ...