Versions Compared

Key

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

...

Currently, the way Docker containers are deployed on AWS is basically having them run on an EC2 instance (with public IP 354.87174.3073.85132). 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@3user@54.87174.3073.85132

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

...