Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Create an Amazon Redshift connection

Establish a zero copy connection to the Redshift data warehouse service in Zero Copy Connector Hub.

Before you begin

You can optimize queries to Amazon Redshift by enabling table statistics. Consult your data source admin to confirm whether table statistics are enabled in Amazon Redshift before enabling this option in Zero Copy Connector Hub.

Role required: df_connection_admin

About this task

Work with your data source admin to create a connection to Amazon Redshift. For additional information about connecting to Amazon Redshift, refer to the Amazon Redshift documentation.

Procedure

  1. Navigate to the available primary connectors in Zero Copy Connector Hub in one of the following ways:

    • Navigate to All > Zero Copy Connector Hub > Available connectors > Primary connectors.
    • Navigate to Admin > Zero Copy Connector Hub > Available connectors > Primary connectors.
    • Find the Amazon Redshift connector and select Connect.
  2. On the form, fill in the fields.

  1. Select Connect.

Result

A test connection is made to the external data source, verifying that the connection details are correct and the data source is accessible.

What to do next

If the connection succeeds, configure data steward access on the Access Control tab. See Manage access to an established connection using roles.

If the connection fails, verify the connection details with your data source administrator and try again.

sndocs is an independent community mirror and is not affiliated with or endorsed by ServiceNow.

ServiceNow, the ServiceNow logo, Now, and other ServiceNow marks are trademarks and/or registered trademarks of ServiceNow, Inc., in the United States and/or other countries. Other company and product names may be trademarks of the respective companies with which they are associated.

© 2026 ServiceNow, Inc. All rights reserved.

Documentation content is redistributed under the Apache License 2.0 from the ServiceNowDocs repository.

FieldDescription
Name and description
Connection labelUnique name for this connection. This helps in identifying the connection within your system.
Connection nameSystem-generated name based on the Connection label. This field cannot be modified once the connection is established.
Short descriptionDescription of the connection explaining what it is about.
Connection attributes
Connection URLJDBC URL to establish the connection. For example: `jdbc:redshift://:`
DatabaseName of the database that you want to connect to.
Enable table statistics

Option to enable table statistics. Optimize SQL queries using table statistics by selecting this option. Enabling table statistics allows the system to use estimates of stored data such as row count, distinct values, and data size for enhanced query processing.

Note: You must ensure that gathering table statistics is enabled in the data source before selecting this option.

Authentication method
Access key IDAccess key ID associated with the source.
Secret access keySecret access key associated with the access key ID.