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.

  1. For Windows*:

    1. Launch a PowerShell* terminal on your local system.
    2. 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
    3. Copy & paste the following to view your SSH public key:
      type $env:UserProfile\.ssh\id_ed25519.pub
  2. For Linux / macOS:

    1. Launch a terminal on your local system.
    2. 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
    3. Copy & paste the following to view your SSH public key:
      cat ~/.ssh/id_ed25519.pub
  3. Continue to the next steps.

Add Keys

Note

In the Hardware Catalog, adding a public SSH key to launch an instance is optional.

  1. Assure you created an SSH public key on your machine.

  2. Visit the Intel Cloud console home page.

  3. In the console main menu, click the SSH Keys.

  4. In the Keys tab:

  5. Click Upload key.

    Note

    You can add multiple keys.

  6. Switch to the Cloud Instances tab.

  7. Click Request instance.

  8. 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.

  9. Click Request.

    Note

    Upon successful completion of the request, you are shown Cloud Instances.

Launch instance

  1. Navigate to Cloud Instances tab.

  2. Wait until your instance State shows Ready.

  3. Click on the instance name. Then choose a method to access.

    1. Click Connect for Connect access.

      Note

      This action launches your cloud instance in a browser. See also the note regarding operating system.

    2. 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

  1. Under Associated Email, add a user with same email domain as your company.

  2. Paste the SSH public key in Key contents.

  3. 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.

  1. Under Co-development, click the toggles switch.

  2. Under Associated Email, add the Intel staff email address for the person with whom you’re collaborating.

  3. Paste the SSH public key in Key contents.

  4. 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

  1. Navigate to Cloud Instances tab.

  2. Wait until your instance State shows Ready.

  3. Click on the instance name. Then choose a method to access.

    1. Click Connect for One-Click access.

      Note

      This action launches your Cloud instance in a browser. See also the note regarding operating system.

    2. 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.

  1. To upload, select the Upload Files` icon in the upper left. Follow instructions.

  2. To download, right-click on the file. In the pop-up menu, select Download