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
3.**Make an API Key:** Create a new Long Lived API Key
18
+
-Use the default setting: `AmazonBedrockLimitedAccess`
19
+
-[See what this allows](https://docs.aws.amazon.com/bedrock/latest/userguide/security-iam.html#managed-policies)
20
20
21
-
### 2. Configure IAM Permissions
21
+
### Step 2: Set Permissions
22
22
23
-
**Minimal permissions required:**
23
+
**You need these permissions:**
24
24
```json
25
25
{
26
26
"Version": "2012-10-17",
@@ -36,44 +36,44 @@ Access leading AI models through AWS Bedrock with simplified API Key setup.
36
36
}
37
37
```
38
38
39
-
Create custom policy and attach to IAM user associated with your API key.
39
+
Create this policy and attach it to your API key user.
40
40
41
-
**Important:**
42
-
-For model listing in CodinIT, add `bedrock:ListFoundationModels` permission
43
-
- For AWS Marketplace models (e.g., Anthropic Claude), use `AmazonBedrockLimitedAccess` policy
44
-
- For Anthropic models, submit First Time Use (FTU) form via[Playground](https://console.aws.amazon.com/bedrock/home#/text-generation-playground)
41
+
**Important notes:**
42
+
-To see model lists in CodinIT, add `bedrock:ListFoundationModels` permission
43
+
- For Claude models, use `AmazonBedrockLimitedAccess` policy
44
+
- For Anthropic models, fill out the First Time Use form in the[Playground](https://console.aws.amazon.com/bedrock/home#/text-generation-playground)
45
45
46
-
### 3. Choose Region
46
+
### Step 3: Pick a Region
47
47
48
-
Select region for latency/compliance needs:
49
-
-`us-east-1` (N. Virginia)
50
-
-`us-west-2` (Oregon)
51
-
-`eu-west-1` (Ireland)
52
-
-`ap-southeast-1` (Singapore)
48
+
Choose where the AI runs (closer = faster):
49
+
-`us-east-1` (Virginia, USA)
50
+
-`us-west-2` (Oregon, USA)
51
+
-`eu-west-1` (Ireland, Europe)
52
+
-`ap-southeast-1` (Singapore, Asia)
53
53
54
-
**Note:** Some models require [Inference Profile](https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html) - check "Cross Region Inference" box if needed.
54
+
**Note:** Some models need [Cross Region Inference](https://docs.aws.amazon.com/bedrock/latest/userguide/inference-profiles-support.html) - check that box if needed.
0 commit comments