IBM Cloud Docs
Creating a Connector

Creating a Connector

A Connector provides a secure connection between a specific remote location and IBM Cloud. Use the Satellite console to create your Connector.

Prerequisites

  • To configure Satellite Connectors, you must have Administrator access to the Satellite service in IAM access policies.
  • Determine the region where you want to deploy the Connector. For a list of supported regions, see Supported IBM Cloud regions.

Creating a Connector in the console

  1. From the Satellite console, click Connectors.
  2. Click Create connector.
  3. For Name, enter a unique name for your Connector. The default value is connector.
  4. For Tags, enter one or more tags that can help you organize resources throughout your account by filtering by tags from your resource list. This field is optional. For more information, see Working with tags.
  5. For Resource group, assign a resource group to your connector. The default value is Default.
  6. For Description, describe what this Connector is used for. This field is optional.
  7. For the Managed from menu, select the IBM Cloud region that is closest to where your infrastructure resides to ensure low network latency.
  8. In the Summary panel, review your order details, and then click Create connector.

Prerequisites for creating a Connector

  1. Install the CLI.

  2. Log in to your IBM Cloud account. If you have a federated account, include the --sso option, or create an API key to log in.

    ibmcloud login [--sso]
    
  3. Follow the CLI prompts to select your account.

  4. Target your region and resource group.

    ibmcloud target -r REGION -g GROUP
    

Creating a Connector in the CLI

  1. Review the command parameters by running the following command.

    ibmcloud sat experimental connector create --help
    
  2. Run the following command to create a Connector.

    ibmcloud sat experimental connector create --name NAME --region REGION
    

    Example command to create a Connector called my-connector in us-south.

    ibmcloud sat experimental connector create --name my-connector --region us-south
    

    Example output.

    Creating Satellite connector...
    OK
    Satellite connector my-connector was successfully created with ID xxxxxxXXXXXXaaaaaaaAAAAA11111
    
  3. Verify your Connector was created by listing the Connectors in your account.

    ibmcloud sat experimental connector ls
    

    Example output.

    OK
    ID                                                        Name             Managed From   State
    xxxxxxXXXXXXaaaaaaaAAAAA11111   my-connector     Dallas         created
    

Next steps

After creating a Connector, you must set up an agent to complete your set up.