*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
Overview
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 |
Procedure
To deploy a Docker, follow three steps:
- copy your Docker image and other relevant file to the EC2 instance using scp
- ssh into the EC2 instance
- run your Docker image there