I am trying to use my amazon bedrock access to access anthropic models from cursor.
But I encoutered this issue :
Note this happens with all the models.
I have bedrock configured correctly
My IAM user has the necessary permission to access the Models
{
"Version": "2012-10-17",
"Statement": [
{
"Sid": "VisualEditor0",
"Effect": "Allow",
"Action": [
"bedrock:InvokeModel",
"bedrock:InvokeModelWithResponseStream"
],
"Resource": [
"*"
]
}
]
}
I have the models enabled through the model catalog.
Cursor Version
I think it has something to do with the new inference profiles.