Skip to main content
This feature is in beta and is subject to change.
Omni can connect to your Redshift provisioned cluster or Redshift Serverless workgroup in Amazon Web Services (AWS) via PrivateLink. In this configuration, Omni establishes an encrypted connection from our network to your Redshift environment over a private network using a Redshift-managed VPC endpoint.

Requirements

To follow the steps in this guide, you’ll need:
  • Organization Admin permissions in Omni
  • In AWS:
    • A Redshift provisioned cluster or a Redshift Serverless workgroup
    • A Redshift cluster or workgroup in the same AWS region as your Omni instance
    • Permissions that allow you to authorize endpoint access from Omni for your Redshift cluster or workgroup

Limitations

Redshift-managed VPC endpoints must be in the same region as the cluster or workgroup (your Omni instance):
RegionPrimary
EastUsaus-east-1
Irelandeu-west-1
Australiaap-southeast-2
Canadaca-central-1
Indiaap-south-1
For cross-region access, you’ll need to use a traditional AWS PrivateLink setup with a network load balancer instead. See AWS PrivateLink for more information.

Setup

Choose the tab that matches your Redshift deployment type.
1

Authorize Omni's AWS account

Before Omni can create a private connection to your Redshift cluster, you need to authorize Omni’s AWS account to create a managed VPC endpoint to your cluster.Run the following command in your AWS environment, replacing <your-cluster-identifier> with the identifier of your cluster:
aws redshift authorize-endpoint-access \
  --cluster-identifier <your-cluster-identifier> \
  --account 767117061426
2

Contact Omni support

Contact Omni support with the following information:
  • Your AWS account ID (the 12-digit account ID that owns the Redshift cluster)
  • The Redshift cluster identifier
  • The AWS region where the cluster is deployed
  • Technical contact details, in case of connection difficulties

Next steps

After you contact Omni support with the above information, we’ll create a Redshift-managed VPC endpoint that connects to your cluster or workgroup to support the connection. Once this is complete, Omni support will add the new database connection to your Omni instance. The connection can then be used like any other database connection. You’ll need to provide your Redshift authentication credentials (username and password, or workgroup credentials for Serverless) when setting up the connection in Omni.