Skip to content

Commit ce1e8da

Browse files
Update providers/aws-bedrock.mdx
Co-Authored-By: mintlify[bot] <109931778+mintlify[bot]@users.noreply.github.com>
1 parent 30a1347 commit ce1e8da

1 file changed

Lines changed: 42 additions & 42 deletions

File tree

providers/aws-bedrock.mdx

Lines changed: 42 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
---
22
title: "AWS Bedrock"
33
sidebarTitle: "API Key"
4-
description: "Set up AWS Bedrock with CodinIT using API Keys to access frontier models like Claude and Amazon Nova."
4+
description: "How to connect AWS Bedrock AI to CodinIT"
55
---
66

7-
Access leading AI models through AWS Bedrock with simplified API Key setup.
7+
Use AWS Bedrock to access powerful AI models like Claude through Amazon's cloud service.
88

9-
**Website:** [https://docs.aws.amazon.com/bedrock/](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html)
9+
**Website:** [AWS Bedrock Docs](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html)
1010

11-
## Setup Steps
11+
## How to Set It Up
1212

13-
### 1. Create Bedrock API Key
13+
### Step 1: Get Your API Key
1414

15-
1. **Sign in:** [AWS Console](https://aws.amazon.com/console)
16-
2. **Access Bedrock:** Go to [Bedrock Console](https://console.aws.amazon.com/bedrock)
17-
3. **Create API Key:** Create a new Long Lived API Key
18-
- Default policy: `AmazonBedrockLimitedAccess`
19-
- [View policy details](https://docs.aws.amazon.com/bedrock/latest/userguide/security-iam.html#managed-policies)
15+
1. **Log in:** Go to [AWS Console](https://aws.amazon.com/console)
16+
2. **Open Bedrock:** Visit [Bedrock Console](https://console.aws.amazon.com/bedrock)
17+
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)
2020

21-
### 2. Configure IAM Permissions
21+
### Step 2: Set Permissions
2222

23-
**Minimal permissions required:**
23+
**You need these permissions:**
2424
```json
2525
{
2626
"Version": "2012-10-17",
@@ -36,44 +36,44 @@ Access leading AI models through AWS Bedrock with simplified API Key setup.
3636
}
3737
```
3838

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.
4040

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)
4545

46-
### 3. Choose Region
46+
### Step 3: Pick a Region
4747

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)
5353

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.
5555

56-
### 4. Configure CodinIT
56+
### Step 4: Connect to CodinIT
5757

58-
1. Install CodinIT extension in VS Code
59-
2. Click settings icon (⚙️)
60-
3. Select **AWS Bedrock** as API Provider
58+
1. Install CodinIT in VS Code
59+
2. Click the settings icon (⚙️)
60+
3. Choose **AWS Bedrock** as your AI provider
6161
4. Enter your **API Key**
62-
5. Specify **AWS Region** (e.g., `us-east-1`)
63-
6. Select **Model** (e.g., `anthropic.claude-3-5-sonnet-20241022-v2:0`)
64-
7. Save and test
62+
5. Type your **AWS Region** (like `us-east-1`)
63+
6. Pick a **Model** (like `anthropic.claude-3-5-sonnet-20241022-v2:0`)
64+
7. Save and test it
6565

66-
## Security Best Practices
66+
## Staying Safe
6767

68-
1. **Secure access:** Prefer AWS SSO/federated roles over long-lived API keys when possible
69-
2. **Network security:** Consider [AWS PrivateLink](https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-overview.html)
70-
3. **Monitoring:** Enable CloudTrail for API logging and CloudWatch for metrics
71-
4. **Cost management:** Use AWS Cost Explorer and set billing alerts
72-
5. **Regular audits:** Review IAM roles and CloudTrail logs periodically
68+
1. **Use secure login:** Use AWS SSO instead of API keys when you can
69+
2. **Network safety:** Consider using [AWS PrivateLink](https://docs.aws.amazon.com/vpc/latest/userguide/endpoint-services-overview.html)
70+
3. **Watch activity:** Turn on CloudTrail to see what's happening
71+
4. **Control costs:** Use AWS Cost Explorer and set up billing alerts
72+
5. **Check regularly:** Review your settings and logs often
7373

74-
## Notes
74+
## Good to Know
7575

76-
- **Pricing:** Usage-based, see [AWS Bedrock Pricing](https://aws.amazon.com/bedrock/pricing/)
77-
- **Compliance:** HIPAA and SOC 2 Type II compliant
78-
- **Documentation:** [AWS Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html)
79-
- **IAM Best Practices:** [AWS IAM Best Practices](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html)
76+
- **Cost:** You pay for what you use - see [AWS Bedrock Pricing](https://aws.amazon.com/bedrock/pricing/)
77+
- **Security:** Meets HIPAA and SOC 2 Type II standards
78+
- **Help:** [AWS Bedrock User Guide](https://docs.aws.amazon.com/bedrock/latest/userguide/what-is-bedrock.html)
79+
- **Best practices:** [AWS IAM Best Practices](https://docs.aws.amazon.com/IAM/latest/UserGuide/best-practices.html)

0 commit comments

Comments
 (0)