Redshift
Create a Group and a User
As a super user, execute the following SQL commands to create a group, a user assigned to that group, and permissions to access a system table.
Grants Read Access to Data
Then for each schema schema
, execute the following three commands to grant read-only access.
Note: to programmatically generate these three queries for all schemas, you can use the following command. These commands still need to be executed.
Allow Dot IPs
If your organization uses a network policy to manage Redshift access, Dot will only access your Redshift through the following IPs:
3.229.110.216
3.122.135.165
In the Redshift dashboard, click on the desired cluster name.
When viewing information for your Redshift cluster, click the Properties tab.
Scroll down to the Network and security settings section.
If Public Accessibility is not enabled, click Edit publicly accessible button then enable.
Click VPC security group link.
Click Edit inbound rules.
Add the following IPs of Type
Redshift
:
3.229.110.216
3.122.135.165
Last updated