Currently, the way Docker containers are deployed on AWS is basically having them run on an EC2 instance. This means that each service occupies a unique port on the machine. Below is a list of running services and the ports they are using.
| Service | Port |
|---|---|
| Backend offline | 5000 |
To deploy a Docker, follow three steps: