AWS Bedrock Quickstart Guide
Get up and running with Articulate LLM Desktop and AWS Bedrock in just a few minutes.
Estimated Setup Time: 25-40 minutes

Contents
- System Requirements
- Prerequisites
- Cost Considerations
- AWS Account Setup
- Download and Install
- Configure Your Bot
- Advanced Configuration
- Next Steps
- Troubleshooting
System Requirements
Click for Info
- Operating System:
- Windows 10/11 (64-bit)
- MacOS 10.15 or later
- Ubuntu 20.04 or later
- Hardware:
- Minimum 8GB RAM
- 4-core CPU
- 2GB free disk space
- Network: Stable internet connection
- AWS Account: Active AWS account with Bedrock access
Prerequisites
- This guide assumes you have a working knowledge of AWS and the AWS Console
Cost Considerations
Important: AWS Bedrock is a paid service. Costs are based on:
- Number of input/output tokens
- Model selection
- Request volume
- Data transfer
We recommend:
- Setting up AWS cost alerts
- Monitoring usage through AWS Cost Explorer
- Starting with smaller models for testing
- Reviewing the AWS Bedrock Pricing Page
AWS Account Setup
AWS Configuration
⏱️ Estimated time: 10 minutes
-
AWS Account Setup
- Create or use existing AWS account
-
IAM Permission Requirements
- The profile used to authenticate Articulate LLM will at minimum need the following permissions:
- bedrock:ListInferenceProfiles
- bedrock:ListFoundationModels
- bedrock:ListCustomModels
- bedrock:InvokeModel
- bedrock:InvokeModelWithResponseStream
-
AWS CLI Authentication Setup
- Choose one of the following methods:
a. SSO (Preferred):
- Configure AWS CLI with SSO in the ~/.aws/config file
- Run 'aws configure sso' and follow the prompts b. Access Keys:
- Generate Access Key and Secret Key through IAM
- Store in ~/.aws/credentials file
- Ensure your chosen method is correctly referenced in the ~/.aws/config file
- Choose one of the following methods:
a. SSO (Preferred):
-
Choose Your Region
- Select a region where Bedrock is available:
- US East (N. Virginia) - us-east-1
- US West (Oregon) - us-west-2
- Consider latency requirements for your use case
- Select a region where Bedrock is available:
Pro Tip: Set up separate AWS credentials for development and production environments.
Download and Install
⏱️ Estimated time: 3-5 minutes
Download the Articulate LLM Desktop app for your platform:
Configure Your Bot
⏱️ Estimated time: 5 minutes
AWS Bedrock Setup
Choose Your Inference Provider
- Select "AWS Bedrock" from providers list
- Enter AWS Profile name
- Select primary region
- Click "Retrieve Models" to test connectivity
- Select a 'default' model to be used for app processes
- Click 'Create Endpoint' to move to the next step Set up your bot
Set Up Your Bot
On the bot configuration page:
- Enter a name for your bot (e.g., "My Assistant")
- Choose a model from the available options
- (Optional) Add a system prompt to define your bot's behavior
- Click "Create" to finish setup
Pro Tip: Use system prompts to specialize your bot for specific tasks.
Advanced Configuration
Usage Monitoring
- CloudWatch integration for metrics
- Cost tracking through tags
- Optional: enable logging via Bedrock interface (docs)
Performance Optimization
- Utilize Cross-region inference for high throughput
- Region selection for latency optimization
Note: For detailed Bedrock configuration, refer to AWS Documentation.
Next Steps
Immediate Actions
- Test your configuration
- Experiment with different models
- Monitor initial usage
Learning Resources
- AWS Bedrock Documentation
- Bedrock Pricing Guide
- Check our Documentation Home for more guides
- Visit our Support Page for assistance
Troubleshooting
Common issues and solutions:
Issue | Solution |
---|---|
Authentication Failed | Verify AWS credentials and permissions |
Region Error | Confirm Bedrock availability in selected region |
Quota Limits | Request quota increase from AWS |
Model Access | Ensure model access is enabled in Bedrock console |
Connection Timeout | Check network connectivity and AWS endpoints |
For help:
- Contact support
- Review AWS CloudWatch logs for detailed error messages
📝 Last updated: 2025-01-01
📦 Version: 1.0.0