Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-09-2024 07:32 AM
Hello,
I am trying to create a model serving endpoint via the API as explained here: https://docs.databricks.com/api/workspace/servingendpoints/create
I created a trusted IAM role with access to DynamoDB for the feature store. I try to use this field,
"instance_profile_arn": "arn:aws:iam:..."
But I get the following error:
b'{"error_code":"BAD_REQUEST","message":"IAM role arn:aws:iam:..." does not have the required trust relationship."}'
b'{"error_code":"BAD_REQUEST","message":"IAM role arn:aws:iam:..." does not have the required trust relationship."}'
Any ideas? What does databricks expect of an IAM role so that it can be used by the model serving cluster?
Thanks
Thanks