> ## Documentation Index
> Fetch the complete documentation index at: https://docs.paradime.io/llms.txt
> Use this file to discover all available pages before exploring further.

# IAM

> Connect Amazon Redshift to Paradime using IAM authentication with an AWS profile so dbt™ signs in through a temporary Redshift credential.

Connect Redshift to Paradime using an IAM profile configuration. Set **Target** to match the environment you are configuring (`dev`, `prod`, or `dinoai`).

<Note>
  **Available in:** Code IDE environment only.
</Note>

<Info>
  Field access levels apply only to the **Code IDE** environment: an `Admin` sets workspace-level fields, and each developer sets their own user-level fields. In the Bolt and Agent environments, an `Admin` sets all fields.
</Info>

## Field details

| Field                 | Description                                                                                                                                                                                                         | Example                                                                                                                                                                 |
| --------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Profile Name          | The profile name set in your `dbt_project.yaml`. See more [here](https://docs.getdbt.com/docs/core/connect-data-platform/connection-profiles).                                                                      | **`dbt-redshift`**                                                                                                                                                      |
| Target                | The target name used to identify the connection. See more [here](https://docs.getdbt.com/reference/dbt-jinja-functions/target).                                                                                     | **`dev`**                                                                                                                                                               |
| Profile Configuration | The complete profile configuration for dbt, which includes host name, port, and optional fields. See more [here](https://docs.getdbt.com/docs/core/connect-data-platform/redshift-setup#specifying-an-iam-profile). | `cluster_id: CLUSTER_ID host: hostname.region.redshift.amazonaws.com user: alice iam_profile: analyst region: us-east-1 dbname: analytics schema: analytics port: 5439` |
| User Email            | The username created with access to the development database.                                                                                                                                                       | **`John@acme.io`**                                                                                                                                                      |
| Password              | The password set for the user created in Redshift.                                                                                                                                                                  | **`password_xyz`**                                                                                                                                                      |
| Schema                | The default schema used to build dbt™ objects at runtime.                                                                                                                                                           | **`dbt_john`**                                                                                                                                                          |
| Threads               | The number of threads used in this connection. See more [here](https://docs.getdbt.com/docs/running-a-dbt-project/using-threads).                                                                                   | **`8`**                                                                                                                                                                 |


## Related topics

- [Amazon S3](/integrations/amazon-s3.md)
- [AWS Secret Manager](/integrations/aws-secret-manager.md)
- [BigQuery cost connection](/integrations/bigquery/cost-connection.md)
- [AWS ECS](/integrations/aws-ecs.md)
- [AWS Glue](/integrations/aws-glue.md)
