Skip to content

Commit ea09636

Browse files
authored
Add alternatives to SSH Tunneling FAQ
1 parent dceb593 commit ea09636

File tree

1 file changed

+6
-4
lines changed
  • src/connections/storage/catalog/redshift

1 file changed

+6
-4
lines changed

src/connections/storage/catalog/redshift/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -147,14 +147,16 @@ You can also unload data to a s3 bucket and then load the data into another Reds
147147

148148
Segment does not currently support SSH tunneling to Redshift. You can usually allow Segment's ETL to write to Redshift without leaving the cluster available to other connections by using IP level restrictions.
149149

150-
### Do you support Redshift Serverless?
151-
152-
Segment does not currently support Serverless Redshift. While you can set up the connection in the Segment app, Segment does not have the functionality to query Redshift's SYS tables.
153-
154150
Despite the fact Segment needs a public IP address to access your remote instance, Segment supports several layers of Redshift's security model:
155151

156152
Security group — This is the firewall that Segment asks customers to open a pinhole in for Segment's IP address. Security groups are a fundamental building block of AWS security.
157153

158154
SSL — This secures data in transit and also allows client apps like Segment to validate that the warehouse at the other end is actually a warehouse owned by AWS. This is especially important if your Redshift warehouse is not within the us-west-2 region.
159155

160156
Username /password — This is the basic method used to authenticate database users and apply varying levels of permissions like who can create tables, who can delete data, who can see which tables, etc.
157+
158+
### Do you support Redshift Serverless?
159+
160+
Segment does not currently support Serverless Redshift. While you can set up the connection in the Segment app, Segment does not have the functionality to query Redshift's SYS tables.
161+
162+

0 commit comments

Comments
 (0)