Register an Amazon Redshift Connection
Permissions
The user registering the connection must have the permissions below.
APPLICATION_ADMINImmuta permissionThe Amazon Redshift user registering the connection must be a superuser or have the following Amazon Redshift privileges:
CREATEDBCREATE USERCREATE ROLEsys:secadminroleUSAGEon all databases and schemas that contain data you want to registerThe following privileges
WITH GRANT OPTIONon objects registered in Immuta:DELETEINSERTSELECTTRUNCATEUPDATE
Create the database user
Create a new database user in Redshift to serve as the Immuta system account. Immuta will use this system account continuously to crawl the connection.
Grant this account the following Redshift privileges:
USAGEon all databases and schemas that contain data you want to registerCREATE GROUPsys:secadminroleThe following privileges
WITH GRANT OPTIONon objects registered in Immuta:DELETEINSERTSELECTTRUNCATEUPDATE
Register the connection
In your Amazon Redshift environment, create an Immuta database that Immuta can use to connect to your Amazon Redshift instance to register the connection and maintain state with Amazon Redshift.
Having this separate database for Immuta prevents custom ETL processes or jobs deleting the database you use to register the connection, which would break the connection.
In Immuta, click Data and select Connections in the navigation menu.
Click the + Add Connection button.
Select the Amazon Redshift tile.
Enter the host connection information:
Display Name: This is the name of your new connection. This name will be used in the API (
connectionKey), in data source names from the host, and on the connections page.Hostname: URL of your Amazon Redshift instance.
Port: Port configured for Amazon Redshift.
Database: The Redshift database you created for Immuta. All databases in the host will be registered.
Enter the username and password of the Amazon Redshift database user you created above.
Click Save connection.
Last updated
Was this helpful?

