docs: Improve Bedrock suggested IAM policy (#37278)
Closes https://github.com/zed-industries/zed/issues/37251 H/T: @brandon-fryslie Release Notes: - N/A
This commit is contained in:
@@ -40,7 +40,6 @@ Ensure your credentials have the following permissions set up:
|
||||
|
||||
- `bedrock:InvokeModelWithResponseStream`
|
||||
- `bedrock:InvokeModel`
|
||||
- `bedrock:ConverseStream`
|
||||
|
||||
Your IAM policy should look similar to:
|
||||
|
||||
@@ -52,8 +51,7 @@ Your IAM policy should look similar to:
|
||||
"Effect": "Allow",
|
||||
"Action": [
|
||||
"bedrock:InvokeModel",
|
||||
"bedrock:InvokeModelWithResponseStream",
|
||||
"bedrock:ConverseStream"
|
||||
"bedrock:InvokeModelWithResponseStream"
|
||||
],
|
||||
"Resource": "*"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user