Hello everyone,
I’m trying to use the Amazon Bedrock connector in OutSystems, but I always get a 403 Forbidden error.
I’ve already successfully used the Amazon Bedrock runtime library, so I know my credentials work. I’m using my Access Key ID, Secret Access Key, and the correct region (eu-west-1).
I’m trying to invoke the model "anthropic.claude-3-haiku-20240307-v1:0". I suspect the issue might be related to AWS Signature V4, but I’m not sure.I’ve set up an IAM user with the AmazonBedrockFullAccess policy. Am I missing any other required permissions or configuration to invoke Claude 3 via the Bedrock connector?
Hi @Gonçalo Sousa ,
A 403 error typically means the IAM user lacks the necessary permissions or hasn’t been granted explicit access to the model.
Here are some links to some articles/posts that could help: