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,
01-23-2024 02:35 AM
01-19-2024 11:35 PM
Hi, Could you please see if this is satisfied, https://docs.databricks.com/en/compute/sql-warehouse/data-access-configuration.html#confirm-or-set-u...
01-23-2024 02:35 AM
10-27-2024 10:36 PM
I have a similar issue with a model serving endpoint I created for serving external models (Amazon Bedrock) with Mosaic AI model serving (https://docs.databricks.com/en/generative-ai/external-models/index.html). For this also, I can use an instance profile. I have added trust relationships as suggested to IAM role of the instance profile. Still I get this error.
02-02-2025 08:04 PM
Hi, any update on this? I am hosting bedrock in the separate account and configured Databricks to use cross-account setup with all necessary trust configured on both sides. Getting the same error with trust relationship
02-03-2025 01:24 PM
This was a missing piece for me to make the serving endpoint work with the instance profile. The JSON below needs to be added to the IAM role trust which is used for the instance profile:
{
"Effect": "Allow",
"Principal": {
"AWS": [
"arn:aws:iam::790110701330:role/serverless-customer-resource-role"
]
},
"Action": "sts:AssumeRole"
}
Passionate about hosting events and connecting people? Help us grow a vibrant local community—sign up today to get started!
Sign Up Now