โ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.
a week ago
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
Monday
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"
}
Join a Regional User Group to connect with local Databricks users. Events will be happening in your city, and you wonโt want to miss the chance to attend and share knowledge.
If there isnโt a group near you, start one and help create a community that brings people together.
Request a New Group