*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
Contact info
Tan | ts864@cornell.edu
Overview
Currently, the way Docker containers are deployed on AWS is basically having them run on 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 using.
...
Test and production environments are deployed separately on the EC2 instances below.
| Function | IP address | Key pair file |
|---|---|---|
| Test | 3.232.82.82 | DIAPER-test-key.pem |
| Production | 35.168.248.57 | DIAPER-production-key.pem |
Procedure
The procedure for deploying is the same for both EC2 instances. First, download the key pair file corresponding to the instance and run
...