-
Notifications
You must be signed in to change notification settings - Fork 0
Amazon Web Services
mohsensalari edited this page Apr 18, 2016
·
3 revisions
The instance currently created is on the free tier and is for testing purposes. To do the actual experiments, a stronger instance, possibly having a good GPU processing power should be set up instead.
- Locate the private key (ask Mohsen for instructions on how to create one if you don't already know).
- Our key must not be publicly viewable for SSH to work. Use this command if needed:
chmod 400 aws-dev.pem- We must connect to our instance using this public DNS:
ec2-54-201-40-120.us-west-2.compute.amazonaws.com:
ssh -i "aws-dev.pem" ec2-user@ec2-54-201-40-120.us-west-2.compute.amazonaws.comThe username will change when we change the instance "type" (switching from free tier).