AWS Redshift Source
In order to setup AWS Redshift as a data source, you need admin access to an AWS Redshift cluster to create a read-only user.
Connecting Redshift to Monda
Once the read-only user is set up, connect your Redshift cluster to Monda.
In your Provider Portal, go to Onboard > Sources > Add Connection.
Select Redshift Database from the dropdown menu.
Admins must provide the following information:
Host: Redshift endpoint (e.g.
your-cluster-name.region.redshift.amazonaws.com)Port: typically 5439 (the default Redshift port)
Database: your Redshift database name
User: the read-only user created (e.g.
monda_reader)Password: the password for the read-only user
Click Create. After the connection is established, you can test it via the Test Connection button.