Create and manage Data Integration workspace

Create and manage the infrastructure for your Data Integration pipelines.

Redis Cloud

Before you can create your first Data Integration pipeline for a Redis Cloud subscription, you must first deploy the cloud infrastructure needed to host the pipeline and run the workers associated with the pipeline. In Redis Cloud, this is called a Workspace. Each Pro subscription can have one Data integration workspace. You only need to set up the workspace once - any pipelines you create for your subscription will run on the workspace until you delete it. You won't be charged for a workspace until you start running your Data Integration pipeline.

Create a Data Integration workspace

To create a Data Integration workspace for an existing Pro subscription:

  1. From the Redis Cloud console, select Data Integration from the left-hand menu. If you don't have any workspaces yet, select Create workspace to go to the Create workspace page.

    The create workspace button.

    If you already have a workspace deployed, you'll see your current workspaces. Select New workspace to go to the Create workspace page.

    The new workspace button.

    You can also go to the Data Integration tab from your subscription or database page and select Create workspace to go to the Create workspace page for your subscription.

    The create workspace button.
  2. Select your Pro subscription from the list if it's not already selected.

    The select pro subscription drop down.
  3. A Data Integration subnet (CIDR) is automatically generated for you. Each RDI workspace uses a dedicated /22 CIDR.

    For AWS, the RDI workspace CIDR must:

    • Be in the same RFC 1918 private address range as the subscription VPC's primary CIDR: 10.0.0.0/8, 172.16.0.0/12, or 192.168.0.0/16.
    • Not overlap with existing subscription, peering, transit gateway (TGW), application, database, or RDI workspace CIDR ranges.

    For example, if the subscription VPC's primary CIDR is 10.238.252.0/24, then 192.168.0.0/22 is invalid because it is in a different RFC 1918 range. An unused range such as 10.239.0.0/22 is valid.

    If the automatic suggestion is missing or unsuitable, select another unused /22 CIDR in the same private range. For more information, see VPC CIDR block association restrictions.

    The select pro subscription drop down.
  4. Select Create workspace to create your workspace.

    The create workspace button.

Your workspace will be created in the background. You can select Create pipeline to create your pipeline while the workspace is provisioning, or you can select Create pipeline later to go back to the Redis Cloud console.

View workspace status and details

You can view your workspace in one of the following ways:

  • From the Redis Cloud console, go to the Data integration page, or
  • From your subscription, select the Data Integration tab
The workspace section of the Data Integration tab for a database

There, you'll see your workspace, as well as any pipeline that you've created in it. To see your workspace details, including the deployment CIDR and region information, select More actions > Workspace details.

The delete workspace button.

Delete workspace

Warning:
Make sure to delete your data pipeline before deleting your workspace.

To delete your workspace, select More actions > Delete workspace from your workspace.

The delete workspace button.
RATE THIS PAGE
Back to top ↑