How to Access your Reserved Instance¶
Learn how to access your reserved instance.
Caution
Every Reservation has an expiration. Ensure you back up and save all instance data before the expiration.
Prerequisites¶
-
You should have already requested an instance and got it approved by administrative team.
Methods to Access ¶
There are two methods to connect to an instance:
- Browser: Use the Connect button in the console. No keys required.
- SSH: You must create SSH keys. Use this guide to create and manage keys.
Note
Keys are stored separately from a regular compute instance’s SSH keys.
Create SSH Key Pair ¶
Caution
Take care not to overwrite any local SSH public keys you may have.
-
For Windows*:
- Launch a PowerShell* terminal on your local system.
- If you haven’t generated a key before, copy & paste the following to
your terminal to
generate it. If you are prompted to overwrite, select No.
ssh-keygen -t ed25519 -f $env:UserProfile\.ssh\id_ed25519 - Copy & paste the following to view your SSH public
key:
type $env:UserProfile\.ssh\id_ed25519.pub
-
For Linux / macOS:
- Launch a terminal on your local system.
- If you haven’t generated a key before, copy & paste the following to
your terminal to
generate it. If you are prompted to overwrite, select No.
ssh-keygen -t ed25519 -f ~/.ssh/id_ed25519 - Copy & paste the following to view your SSH public
key:
cat ~/.ssh/id_ed25519.pub
-
Continue to the next steps.
Add Keys¶
Note
In the Hardware Catalog, adding a public SSH key to launch an instance is optional.
-
Assure you created an SSH public key on your machine.
-
Visit the Intel Cloud console home page.
-
In the console main menu, click the SSH Keys.
-
In the Keys tab:
-
Click Upload key.
Note
You can add multiple keys.
-
Switch to the Cloud Instances tab.
-
Click Request instance.
-
Complete all required fields (Instance name and Intended Use) in the form Request a Cloud Instance. If you prefer to use SSH to connect, select the SSH key you created earlier.
-
Click Request.
Note
Upon successful completion of the request, you are shown Cloud Instances.
Launch instance¶
-
Navigate to Cloud Instances tab.
-
Wait until your instance State shows Ready.
-
Click on the instance name. Then choose a method to access.
-
Click Connect for Connect access.
Note
This action launches your cloud instance in a browser. See also the note regarding operating system.
-
Click SSH for SSH access. Follow instructions.
-
Co-development¶
Co-development is optional. If you want to add another user, get the user’s email address. This instruction assumes that you are the account administrator.
Acceptable email domains include:
-
Users with the same email domain as your company
-
Intel staff with Intel email domain (for co-development and support)
Add Email Domain from your Company¶
-
Under Associated Email, add a user with same email domain as your company.
-
Paste the SSH public key in Key contents.
-
Click Upload key.
Add Email Domain from Intel¶
Only use if you are collaborating with Intel Corporation staff and want to share access to your Cloud instance.
-
Under Co-development, click the toggles switch.
-
Under Associated Email, add the Intel staff email address for the person with whom you’re collaborating.
-
Paste the SSH public key in Key contents.
-
Click Upload key.
Note
Once co-development is complete, unlink the Intel Corporation staff’ SSH public key by editing your instance at Cloud instances.
Choose Method to Connect¶
Choose a method to connect to a Cloud instance:
Tip
You must check SSH Keys when creating an instance for SSH option.
Connect via One-Click¶
Connect to a Cloud instance using One-Click connection. Your instance launches in a browser.
Note
You are not required to add an SSH key using this method.
Click Request.
See next section.
Launch instance¶
-
Navigate to Cloud Instances tab.
-
Wait until your instance State shows Ready.
-
Click on the instance name. Then choose a method to access.
-
Click Connect for One-Click access.
Note
This action launches your Cloud instance in a browser. See also the note regarding operating system.
-
In Details tab, click on How to Connect via SSH. Follow instructions.
-
File Transfer Methods¶
Choose your operating system and follow commands for upload/download, or file transfers.
-
To upload, select the Upload Files` icon in the upper left. Follow instructions.
-
To download, right-click on the file. In the pop-up menu, select Download
-
To upload/download files, select CTRL+ALT+SHIFT`
-
Select “Devices” in the dialog menu.
-
Click Upload Files to upload.
-
To download a file, double-click it and follow the dialog.