Using AWS EC2

From DeepSense Docs
Revision as of 15:21, 6 March 2023 by PSuthar (talk | contribs) (Update cloud Using EC2 page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

DeepSense has always been focused on providing enhanced solutions with security. So we provide an Amazon EC2 instance to anyone on our team who wants to use the GPU virtual machine's full environment.

There are two layers of access: the AWS console and the pc terminal window, into which you will log in using SSH.

AWS EC2 by SSH

  • Login to AWS console through MFA Go to EC2 service from search bar [search ec2]
  • Select instances and find the OGEN instanceSelect the instance and go to actions
  • Select Start instance
  • Select the option Connect and change tab to SSH client
  • Copy the SSH command with instance’s present dns address Start your DalVPN to access the instance
  • Open Terminal and paste the SSH command and edit it as this: ssh -i “privatekey_path” username@DNSaddress
  • You should have the access to instance now
  • Stop instance by console same way you started when your work is done or taking break.