Technical Architecture Summary


Accessing the IDoneThis idt-two Repository


idt-2018-05-12 (4).pem

Accessing the Repository

  1. Navigate to the IDoneThis repository.
  2. Locate the repo named idt-two.
  3. Ensure you are working from the main branch.

Accessing the EC2 Servers

  1. Go to the EC2 console and find the Host name for the servers.
  2. Download the Key file attached to the email.
  3. Use the following command to access the servers:
ssh -i /path/to/your-keyfile.pem ubuntu@<EC2_HOST_NAME>