Skip to content

Commit dc602f8

Browse files
authored
Merge pull request #4770 from segmentio/pmbasco-patch-1
Add alternatives to SSH Tunneling FAQ
2 parents 24e55c8 + 0bae5ea commit dc602f8

File tree

1 file changed

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

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,12 @@ You can also unload data to a s3 bucket and then load the data into another Reds
148148

149149
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.
150150

151+
Segment supports several layers of Redshift's security model:
152+
153+
- **Security groups**: Security groups control the incoming and outgoing traffic to a resource. You can think of this like a pinhole in a firewall that only allows traffic from Segment's IP address. Security groups are a fundamental building block of AWS security.
154+
- **SSL**: This secures data in transit and allows 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 located in the `us-west-2` region.
155+
- **Username and password**: This is the basic method used to authenticate database users and apply varying levels of permissions - for example, who can create tables, who can delete data, who can see which tables.
156+
151157
### Do you support Redshift Serverless?
152158

153159
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.

0 commit comments

Comments
 (0)