Redpoint Interaction v7.x Documentation

Admin: AWS Redshift configuration

This section describes how to configure AWS Redshift connection for a specific Redpoint Interaction tenant running within a container application. Please follow the steps below:

  1. In the Configuration Editor’s Data Warehouse Settings section, select the AWSRedshift provider.

  2. Enter the required parameters such as Host Name, Database Name, Username, and Password.

    image-20260409-143514.png


  3. Copy the JSON text template to provision the new tenant.

    image-20260409-143918.png


  4. Once the tenant has been provisioned, a sample connection string is generated:

    Host=cluster01-awsredshift.cxmrt8tv6u9p.us-east-1.redshift.amazonaws.com;Database=testdb;Port=5439;User Id=testuser;Password=*****;SslMode=Require;Trust Server Certificate=true
    
  5. For more information about Redshift connection string parameters, please refer to Connection String Parameters | Npgsql Documentation.