Create Databricks IAM role in AWS
Learn how to create an Identity and Access Management (IAM) role in your AWS account for Databricks.
- 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 Databricks IAM policy in AWS.
- Select Next.
- Create a role prefixed with
dph-service-role
. For example:dph-service-role-reltio
.