> ## Documentation Index
> Fetch the complete documentation index at: https://docs.orq.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Amazon Bedrock

> Connect Amazon Bedrock to Orq.ai's AI Router. Configure your AWS access key, secret, and region to route Bedrock model requests with observability.

* **Name**: Can be anything. Example: `orq_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

<Frame caption="integrate AWS Bedrock into Orq.ai">
  <img src="https://mintcdn.com/orqai/wN0WvbQrtiupQYum/images/setup-amazon-bedrock-1225.png?fit=max&auto=format&n=wN0WvbQrtiupQYum&q=85&s=80ed68cdfa920e4bc632e55201040041" alt="Setup Amazon Bedrock 1225" width="1857" height="1239" data-path="images/setup-amazon-bedrock-1225.png" />
</Frame>

## Retrieve access keys in AWS

<Frame caption="Retrieve the access keys in AWS Bedrock">
  <img src="https://mintcdn.com/orqai/EqUGDI2og-dnTmDI/images/docs/74d3e4bce3ee0015cfdbdf0b00a81a09b0930b36ee770a4fa4d8640667a4dd15-iScreen_Shoter_-_20250114172037284.jpg?fit=max&auto=format&n=EqUGDI2og-dnTmDI&q=85&s=0ea25a9d9481524ae9a3e23378f22ed0" alt="integrate AWS Bedrock into Orq.ai" width="4473" height="2596" data-path="images/docs/74d3e4bce3ee0015cfdbdf0b00a81a09b0930b36ee770a4fa4d8640667a4dd15-iScreen_Shoter_-_20250114172037284.jpg" />
</Frame>

## 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.

1. Bedrock: InvokeModel
2. Bedrock: InvokeModelWithResponseStream

<Frame caption="Make sure that the right permissions are linked to the policy">
  <img src="https://mintcdn.com/orqai/XbJWQ7lqn4sIVHea/images/docs/e002012d8c35a367dde103138492e6232a4fc97f64f8510d3cd42185c0e7930d-iScreen_Shoter_-_Google_Chrome_-_250114171859.jpg?fit=max&auto=format&n=XbJWQ7lqn4sIVHea&q=85&s=15dda2859bf0b00018671757d251ef46" alt="Make sure that the right permissions are linked to the policy" width="2494" height="1771" data-path="images/docs/e002012d8c35a367dde103138492e6232a4fc97f64f8510d3cd42185c0e7930d-iScreen_Shoter_-_Google_Chrome_-_250114171859.jpg" />
</Frame>

***
