*** 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 Docker containers are deployed on AWS is basically having them run on an EC2 instance (with public IP 543.174232.7382.13282). 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.
...
| Code Block |
|---|
ssh -i /path/to/DIAPER-test-key.pem ec2-user@54user@3.174232.7382.13282 |
Then, pull your Docker image and other relevant file from GitHub. Once pulled, navigate to the project folder you just uploaded and run the Docker as you would do locally. If your service is blocking, do the following
...