There's a lot of ways of hosting web apps onto AWS EC2, I did it the old-fashion/barebone way where you literally SSH into the EC2 instance and run everything there.
- Download the
digitalmenu-keypair.pemfile off the Credentials folder in our team's Google Drive; this file is your login key into the AWS EC2 instance. - Move the downloaded
digitalmenu-keypair.pemfile into your SSH folder, typically located in~/.ssh - To start the SSH connection:
ssh -i ~/.ssh/digitalmenu-keypair.pem [email protected] - You should now be login as
ubuntu@ip-172-31-17-175