Difference between revisions of "Using AWS EC2"

From DeepSense Docs
Jump to: navigation, search
(Update cloud Using EC2 page)
 
(Final changes for AWS EC2)
Line 1: Line 1:
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.  
+
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. Amazon EC2 offers users a variety of instance types, software packages, instance storage, and operating systems, resulting in flexibility. Users can configure memory, CPU, and boot partition size on Amazon EC2, which is then optimised for the operating system and application.
  
 
There are two layers of access: the AWS console and the pc terminal window, into which you will log in using SSH.
 
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  
+
==  DeepSense AWS EC2 ==
 +
 
 +
AWS EC2 is ideal for running high-performance applications, long-running applications, and applications that must start immediately. If you use AWS EC2 instances, remember to backup your data to avoid losing it. Amazon EC2 offers users a variety of instance types, software packages, instance storage, and operating systems, resulting in flexibility. Users can configure memory, CPU, and boot partition size on Amazon EC2, which is then optimised for the operating system and application.
 +
 
 +
==  DeepSense AWS EC2 for Machine Learning ==
 +
 
 +
EC2 provides the most comprehensive and comprehensive set of machine learning services and cloud infrastructure, putting machine learning in the hands of every developer, data scientist, and expert practitioner. We have used Amazon Deep Learning AMI in every instance to ensure we get all the necessary packeges and libraries so we can avoid time to set up the system and focus on working on model development.
 +
 
 +
== Accessing DeepSense EC2 VM by SSH ==
 +
 
 +
 
 
* Login to AWS console through MFA Go to EC2 service from search bar [search ec2]
 
* 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 instances and find the Project Named instance
 +
* Select the instance and go to actions.
 
* Select Start instance
 
* Select Start instance
 
* Select the option Connect and change tab to SSH client
 
* 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
 
* 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'''
+
* Open Terminal and paste the SSH command and edit it as this: <code>'''ssh -i “privatekey_path” username@DNSaddress'''</code>
 
* You should have the access to instance now
 
* You should have the access to instance now
 
* Stop instance by console same way you started when your work is done or taking break.
 
* Stop instance by console same way you started when your work is done or taking break.

Revision as of 05:48, 7 March 2023

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. Amazon EC2 offers users a variety of instance types, software packages, instance storage, and operating systems, resulting in flexibility. Users can configure memory, CPU, and boot partition size on Amazon EC2, which is then optimised for the operating system and application.

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

DeepSense AWS EC2

AWS EC2 is ideal for running high-performance applications, long-running applications, and applications that must start immediately. If you use AWS EC2 instances, remember to backup your data to avoid losing it. Amazon EC2 offers users a variety of instance types, software packages, instance storage, and operating systems, resulting in flexibility. Users can configure memory, CPU, and boot partition size on Amazon EC2, which is then optimised for the operating system and application.

DeepSense AWS EC2 for Machine Learning

EC2 provides the most comprehensive and comprehensive set of machine learning services and cloud infrastructure, putting machine learning in the hands of every developer, data scientist, and expert practitioner. We have used Amazon Deep Learning AMI in every instance to ensure we get all the necessary packeges and libraries so we can avoid time to set up the system and focus on working on model development.

Accessing DeepSense EC2 VM by SSH

  • Login to AWS console through MFA Go to EC2 service from search bar [search ec2]
  • Select instances and find the Project Named instance
  • Select 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.