*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
Currently, the way services are deployed is basically running their Docker containers on AWS EC2 instances. This means that each service occupies a unique port on the machine. Below is a list of running services and the ports they are usingWithin each container, a Flask service is hosted using Gunicorn instead of native Flask to make the service more fault-tolerant.
Test and production environments are deployed separately on the EC2 instances below.
...