Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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.

FunctionIP addressKey pair file
Test3.232.82.82DIAPER-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

...