Documentation Index
Fetch the complete documentation index at: https://docs.iru.com/llms.txt
Use this file to discover all available pages before exploring further.
About Amazon Redshift Data API
The Data API exposes statement, database, schema, and table listings without JDBC shells. Iru needsredshift-data: read actions plus redshift:DescribeClusters for provisioned clusters and redshift-serverless:List* helpers when workgroups are in scope. AmazonRedshiftDataFullAccess is convenient but includes ExecuteStatement; prefer the inline policy below for least privilege.
How it works
| Detail | Value |
|---|---|
| Category | Databases |
| Authentication | Cross-account IAM role |
Prerequisites
- IAM rights to create roles in the account that owns Redshift resources.
Connect Amazon Redshift Data to Iru
Copy the trust policy from Iru
Turn on Amazon Redshift Data
Find Amazon Redshift Data (use Category or Search by name or description). On that card, turn on the toggle. Leave the wizard tab open.
Create the IAM role in AWS
Configure trusted entity
Choose AWS account → Another AWS account. Enter
753695775620 (or the ID Iru shows). Enable Require external ID and paste the external ID from Iru.Attach the recommended inline policy
Attach this inline policy (recommended over
AmazonRedshiftDataFullAccess for least privilege):Submit the role ARN in Iru
Troubleshooting
Nothing opens when you turn the source on
Nothing opens when you turn the source on
Check pop-up blocker settings for the Iru site and try again.
DescribeClusters denied
DescribeClusters denied
Required when resolving cluster IDs - add the
redshift: statement block.Serverless gaps
Serverless gaps
Extend with
redshift-serverless:Get* per Amazon Redshift Serverless.AssumeRole denied
AssumeRole denied
External ID mismatch.
See also
- AWS Redshift
- Amazon Redshift Serverless
- See Sources Management for the full connector list.
