Getting Started with Linux Instances
Account Setup
The SDSC Cloud team sets up accounts for customers. Please contact services@sdsc.edu to acquire an SDSC Cloud account.
Login to the Dashboard
In a web browser address bar, enter this link: https://dashboard.cloud.sdsc.edu
On the login page, enter username and password. Click "Sign In."
Note: The top of the window displays your user name in the upper right corner. You can access settings or sign out of the dashboard by clicking on your name.
Create an SSH Key
From the Dashboard, click on Compute for the scroll down menu, then click on Key Pairs.
From there, up at the top click on Key Pairs then click on +Create Key Pair. You will then be asked to give your Key Pair a name. Once you have done so, click on Create Key Pair.
Once it's created, you will be redirected to a page that should automatically download Key Pair as a .pem file.
3. Your Key Pair should then appear on the list of Key Pairs you have created.
Configure the Firewall for SSH Access
On left nav, select Project, Network then Security Groups.
Select the Create Security Group button.
In the popup box, enter "SSH" as the Name and click the Create Security Group button.
Select the Mange Rules button for the SSH security group.
Select the Add Rule button.
Select SSH from the Rule drop down list then select the Add button.
Launch an Instance
To launch an instance, click on Compute then click on Instances. Up at the top, select Launch Instance.
2. You will then be prompted through steps (click next after each one or click any categories on left to jump to that part):
Details:
Enter the name of your instance in the Instance Name text box.
Select West Datacenter from the
Availability Zone drop down list.
Enter the number of instances you would like to create in the Count text box.
Source:
Select Image from the Select Boot Source drop down list.
Create New Volume toggle:
Yes will create a volume that can persist after deleting the instance. You will have to select a size for this volume.
No (recommended) will create image size disk that will be deleted when you delete the instance. (You can attach additional volumes for additional persistent disk space.
If you selected Create New Volume above, then use the Volume Size (GB) text box to enter the size in GB of the root disk volume.
If you selected Create New Volume above, then use the Delete Volume on Instance Delete toggle to select Yes and delete the root disk volume when the instance is deleted or select No and keep the root disk volume when the instance is deleted.
Select a boot images from the list at the bottom of the window. Click the up arrow to select an image.
(For more information on which Image to select, please see Public Cloud Images. For most uses we recommend either Centos 8 Stream or Ubuntu 18.04 LTS or later.)