Using IAM Credentials

You can configure the connector to authenticate your connection through IAM authentication using IAM credentials.

To configure IAM authentication using IAM:

  1. To access the authentication options, open the ODBC Data Source Administrator where you created the DSN, select the DSN, and then click Configure.
  2. From the Auth Type drop-down list, select AWS IAM Credentials.
  3. If the ID and region of the Redshift server cluster are not already provided through the Server field, then do the following:
    1. In the Cluster ID field, type the ID for the Redshift server cluster.
    2. In the Region field, type the region for the Redshift server cluster.
  4. In the DbUser field, type the ID that you want to designate to the Redshift user.
  5. If the ID you entered in the DbUser field does not already exist in your Redshift account, you must create it:
    1. Select the User AutoCreate check box.
    2. In the DbGroups field, type the names of any user groups that you want the new DbUser to be added to, separated by commas.
    3. Optionally, to lowercase all DbGroups that are received from the identity provider, select the Force Lowercase check box.
  6. Optionally, in the Endpoint URL field, type the endpoint used to communicate with the Redshift cluster.
  7. Optionally, in the STS Endpoint URL field, type the endpoint used to communicate with the AWS Security Token Service (AWS STS).
  8. Optionally, in the AuthProfile field, type the authentication profile you want to use to manage the connection settings.
  9. In the AccessKeyID field, type your Redshift access key ID.
  10. In the SecretAccessKey field, type your Redshift secret key.
  11. If you are using an IAM role, in the SessionToken field, type your temporary session token.
  12. Optionally, to use group federation, select the Group Federation checkbox.
  13. To save your settings and close the dialog box, click OK.

Related topics