Accelerate the Value of Data

Create a Reltio IAM role in AWS

Learn how to create an Identity and Access Management (IAM) role in your AWS account.

After you create a policy, you’ll need to create an IAM role. The role provides access to your S3 storage bucket.
To create a role:
  1. Log in to the AWS Management Console.
  2. In the search field, search for iam.
  3. In the drop-down list of items, hover over IAM and select Roles.
  4. In the Roles page, select Create role.
  5. Select AWS service as the trusted entity and a use case for your service. Use cases are defined by the service to include the trust policy that the service requires.
  6. Select Next.
  7. Select the policy created in Create a Reltio IAM policy in AWS.
  8. Select Next.
  9. Create a role prefixed with dph-service-role to ensure a quicker on boarding experience. For example: dph-service-role-reltio. You can either use the role with the prefix dph or use the create-assume-role API to assume a role. For information, see topic Assume Role API.