Deprecated instructions for hosting on AWS...

Relevant Resources:

MAKE SURE YOU MODIFY THE ALB INBOUND RULES, NOT THE EC2's

Instructions for Copying Files:

scp -i <INSERT_PEM.pem> <INSERT_FILENAME> ec2-user@<PUBLIC_DNS>:~/

How to ssh in

ssh -i <INSERT_PEM.pem> ec2-user@<PUBLIC_DNS>