AWS Bedrock
Start using your AWS Bedrock models in Orq.ai
In order to integrate your AWS Bedrock with Orq, fill out the following four fields:
- Name: Can be anything. Example: cormick_bedrock
- Access key id: Retrieve this from your IAM in AWS. See the image below as an example.
- Secret access key: Also retrieve this from your IAM in AWS. See the image below as an example.
- Region: Make sure that you select the right region. Example: us-east-1
Retrieve access keys in AWS
Policies / Permissions in AWS
In order for the model to work, make sure that the following two permissions are included in the policy which is attached to the user in AWS.
- Bedrock: InvokeModel
- Bedrock: InvokeModelWithResponseStream
Updated 3 days ago