Configure an AWS IAM role for Data Loader
Learn how to configure an AWS IAM role with an External ID to securely access Amazon S3 files in the Console Data Loader.
Field | Description | Example | Notes |
---|---|---|---|
bucketName | Name of your S3 bucket | reltio-dataloder-sources | The S3 bucket name must comply with AWS bucket naming rules (e.g., lowercase, no underscores, globally unique). |
sourcePath | URI to your file | Locations/DataSet_100_with_errors.csv | Provide the URI of the file to be accessed. |
role | ARN of the IAM role | arn:aws:iam::123456789012:role/reltio.client.dataloader.reader | This is the ARN of the IAM role provided to Reltio Data Loader service to reach defined source. Important: The role should be written in the following pattern: arn:aws:iam::<CUSTOMER_ACCOUNT_ID>:role/reltio.client.dataloader.<some-customer-defined-role-name-postfix-ro> . |
externalId | External ID for the trust policy | reltio-dataloader | The External ID is a string chosen by the user to enhance security for cross-account role assumption in trust policies. For more information see Key points for external IDs to understand what are the allowed characters. |
region | AWS region of your bucket | us-east-1 | The AWS region must be selected from the list of predefined AWS region identifiers |