You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user-guide/concepts/model-providers/amazon-bedrock.md
+1-26Lines changed: 1 addition & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,7 @@ The `BedrockModel` class in Strands enables seamless integration with Amazon Bed
15
15
### Prerequisites
16
16
17
17
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
20
19
21
20
#### Required IAM Permissions
22
21
@@ -45,22 +44,6 @@ Here's a sample IAM policy that grants the necessary permissions:
45
44
46
45
For production environments, it's recommended to scope down the `Resource` to specific model ARNs.
47
46
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
-
64
47
#### Setting Up AWS Credentials
65
48
66
49
=== "Python"
@@ -785,14 +768,6 @@ Amazon Bedrock models can provide detailed reasoning steps when generating respo
785
768
786
769
## Troubleshooting
787
770
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
0 commit comments