Skip to content

Commit b0df69b

Browse files
authored
Update bedrock.md (#51)
1 parent 9a78abf commit b0df69b

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

docs/providers/bedrock.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Roo Code supports accessing models through Amazon Bedrock, a fully managed servi
77
## Prerequisites
88

99
* **AWS Account:** You need an active AWS account.
10-
* **Bedrock Access:** You must request and be granted access to Amazon Bedrock. See the [AWS Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access.html) for details on requesting access.
10+
* **Bedrock Access:** You must request and be granted access to Amazon Bedrock. See the [AWS Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/getting-started.html) for details on requesting access.
1111
* **Model Access:** Within Bedrock, you need to request access to the specific models you want to use (e.g., Anthropic Claude).
1212
* **Install AWS CLI:** Use AWS CLI to configure your account for authentication
1313
```bash
@@ -49,7 +49,7 @@ Roo Code supports the following models through Bedrock:
4949
* `amazon.nova-lite-v1:0`
5050
* `amazon.nova-micro-v1:0`
5151

52-
Refer to the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/model-ids-arns.html) for the most up-to-date list of available models and their IDs. Make sure to use the *model ID* when configuring Roo Code, not the model name.
52+
Refer to the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/latest/userguide/models-supported.html) for the most up-to-date list of available models and their IDs. Make sure to use the *model ID* when configuring Roo Code, not the model name.
5353

5454
## Configuration in Roo Code
5555

@@ -59,12 +59,8 @@ Refer to the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/
5959
* **AWS Credentials:**
6060
* Enter your "AWS Access Key" and "AWS Secret Key."
6161
* (Optional) Enter your "AWS Session Token" if you're using temporary credentials.
62-
* Leave "AWS Profile" *blank*.
63-
* Set "Use AWS Profile" to *unchecked*.
6462
* **AWS Profile:**
6563
* Enter your "AWS Profile" name (e.g., "default").
66-
* Set "Use AWS Profile" to *checked*.
67-
* Leave the Access Key, Secret Key, and Session Token fields *blank*.
6864
4. **Select Region:** Choose the AWS region where your Bedrock service is available (e.g., "us-east-1").
6965
5. **(Optional) Cross-Region Inference:** Check "Use cross-region inference" if you want to access models in a region different from your configured AWS region.
7066
6. **Select Model:** Choose your desired model from the "Model" dropdown.
@@ -74,4 +70,3 @@ Refer to the [Amazon Bedrock documentation](https://docs.aws.amazon.com/bedrock/
7470
* **Permissions:** Ensure your IAM user or role has the necessary permissions to invoke Bedrock models. The `bedrock:InvokeModel` permission is required.
7571
* **Pricing:** Refer to the [Amazon Bedrock pricing](https://aws.amazon.com/bedrock/pricing/) page for details on model costs.
7672
* **Cross-Region Inference:** Using cross-region inference may result in higher latency.
77-
* **Prompt Caching**: You can enable caching of prompts if you want to use AWS's implementation.

0 commit comments

Comments
 (0)