Skip to content

Commit bdc2c4a

Browse files
docs: remove outdated Bedrock model access request references (#476)
Co-authored-by: Strands Agent <217235299+strands-agent@users.noreply.github.com>
1 parent df9d311 commit bdc2c4a

File tree

1 file changed

+1
-26
lines changed

1 file changed

+1
-26
lines changed

docs/user-guide/concepts/model-providers/amazon-bedrock.md

Lines changed: 1 addition & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,7 @@ The `BedrockModel` class in Strands enables seamless integration with Amazon Bed
1515
### Prerequisites
1616

1717
1. **AWS Account**: You need an AWS account with access to Amazon Bedrock
18-
2. **Model Access**: Request access to your desired models in the Amazon Bedrock console
19-
3. **AWS Credentials**: Configure AWS credentials with appropriate permissions
18+
2. **AWS Credentials**: Configure AWS credentials with appropriate permissions
2019

2120
#### Required IAM Permissions
2221

@@ -45,22 +44,6 @@ Here's a sample IAM policy that grants the necessary permissions:
4544

4645
For production environments, it's recommended to scope down the `Resource` to specific model ARNs.
4746

48-
#### Requesting Access to Bedrock Models
49-
50-
Before you can use a model in Amazon Bedrock, you need to request access to it:
51-
52-
1. Sign in to the AWS Management Console and open the Amazon Bedrock console
53-
2. In the navigation pane, choose **Model access**
54-
3. Choose **Manage model access**
55-
4. Select the checkbox next to each model you want to access
56-
5. Choose **Request model access**
57-
6. Review the terms and conditions, then select **I accept these terms**
58-
7. Choose **Request model access**
59-
60-
The model access request is typically processed immediately. Once approved, the model status will change to "Access granted" in the console.
61-
62-
For more details, see the [Amazon Bedrock documentation on modifying model access](https://docs.aws.amazon.com/bedrock/latest/userguide/model-access-modify.html).
63-
6447
#### Setting Up AWS Credentials
6548

6649
=== "Python"
@@ -785,14 +768,6 @@ Amazon Bedrock models can provide detailed reasoning steps when generating respo
785768

786769
## Troubleshooting
787770

788-
### Model access issue
789-
790-
If you encounter the following error:
791-
792-
> You don't have access to the model with the specified model ID
793-
794-
This may indicate that the model is not enabled in your Amazon Bedrock account for the specified region. To resolve this issue follow the [instructions above](#requesting-access-to-bedrock-models) to request access to the model
795-
796771
### On-demand throughput isn’t supported
797772

798773
If you encounter the error:

0 commit comments

Comments
 (0)