Configuring AWS Bedrock Models
This page explains how to retrieve or generate API credentials for AWS Bedrock models. Once you have the configuration details, you can follow the guide here to set up the model in the Flexpilot IDE.
🔗 Quick Links
- AWS Console - Manage your AWS account
- AWS Bedrock Documentation - Official documentation
- IAM Console - Manage access credentials
- Available Models - Compare Bedrock model variants
Setup Guide
🔒 Security Warning
Never commit AWS credentials to version control or share them publicly. Keep them secure!
- Login to AWS Console or create a new account if you don't have one.
- Navigate to IAM Console to create a new IAM user with Bedrock access permissions.
- Generate Access Key ID and Secret Access Key for the IAM user.
- Enable AWS Bedrock service in your desired region.
- Visit the Bedrock Models documentation to select the appropriate model.
Configuration Reference
Use these settings when configuring AWS Bedrock in Flexpilot IDE:
Configuration Fields
Field | Description | Default/Recommended |
---|---|---|
Nickname | Display name for the model | Amazon Bedrock Model |
Region | AWS region identifier | us-east-2 |
Access Key ID | AWS access key | From IAM credentials |
Secret Access Key | AWS secret key | From IAM credentials |
Session Token | Temporary session token | Optional |
Model ID | Bedrock model identifier | us.anthropic.claude-3-5-sonnet-20241022-v2:0 |
Temperature | Response creativity (0-1) | 0.2 for code generation |
Tool Calling | Function calling support | true |
💡 Pro Tips
- Use lower temperatures (0.1-0.3) for more deterministic code generation
- Ensure your IAM user has appropriate Bedrock permissions
- Choose the region closest to your location for better latency
Next Steps
Set up the API credentials obtained from this page's instructions in the Flexpilot IDE to enable the Chat Model. For detailed guidance, refer to the Setup Guide.