AWS Redshift connection guide

Connect an AWS Redshift warehouse

Ben McRedmond avatar
Written by Ben McRedmond
Updated over a week ago

Finding your cluster in AWS

  1. Open the AWS console and navigate to Redshift via the search in the top nav.

  2. Ensure you are in the correct region in the top right (Ohio, Virginia, etc.).

  3. Open the sidebar and click “Clusters”.

  4. Choose the cluster you want to connect to from the list.

Finding connection details

To connect Redshift to Equals you need five pieces of information: Endpoint, Port, Database name, Username, and Password. The Schema field is optional.

  1. Find your cluster in AWS, following the instructions above.

  2. Once on the cluster details page you can find Endpoint under “General information”.

  3. Navigate to “Properties” in the tab bar below “General information”.

  4. Under “Database configurations” you can find the Database name, the Port (likely 5439), and the Username (called “Admin user name”).

  5. Finally you need the Password. This was set when your cluster was created. If you don’t know the password ask the team member who set up your database.

Allowing access from our IP

There are two steps to allowing access from our IP: enabling public access and creating an inbound security group rule.

Enabling public access

  1. Find your cluster in AWS, following the instructions above.

  2. Navigate to “Properties” in the tab bar below “General information”.

  3. Under “Network and security settings”, ensure “Publicly accessible” is set to “Enabled”. If it is already enabled, you can skip to the next section.

  4. Click “Edit” in the header of “Network and security settings”.

  5. At the bottom of the page check “Turn on Publicly accessible” and click “Save changes”. Note: it is not necessary to assign an elastic IP address.

Creating an inbound security group rule

  1. Find your cluster in AWS, following the instructions above.

  2. Navigate to “Properties” in the tab bar below “General information”.

  3. Under “Network and security settings”, navigate to the “VPC security group”.

  4. On the “Security group” page, click “Inbound rules” in the tab bar.

  5. Click “Edit inbound rules”

  6. Add a rule, and set “Type” to “Redshift”, “Source” to “Custom”, and paste 54.68.61.53/32 in the “Source” text field.

  7. Click “Save rules”. Equals should now be able to access your cluster.

Did this answer your question?