Create a Reltio IAM role in AWS
Learn how to create an Identity and Access Management (IAM) role in your AWS account.
- Log in to the AWS Management Console.
- In the search field, search for iam.
- In the drop-down list of items, hover over IAM and select Roles.
- In the Roles page, select Create role.
- 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.
- Select Next.
- Select the policy created in Create a Reltio IAM policy in AWS.
- Select Next.
- 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.