docs/enterprise-solutions/configuration/remote-configuration/aws-bedrock/member-configuration.mdx
As a team member, you can connect your local development environment to your organization's AWS Bedrock setup. This guide walks you through configuring your AWS credentials in VS Code so you can start using models through your organization's Bedrock infrastructure. Your administrator has already configured the provider settings-you just need to add your credentials to get started.
To successfully connect to your organization's AWS Bedrock setup, you'll need a few things ready.
Cline extension installed and configured
The Cline extension must be installed in VS Code and you need to be signed into your organization account. If you haven't installed Cline yet, follow our installation guide.
AWS credentials with Bedrock access
You need AWS credentials that have permission to access Bedrock in your organization's configured region.
bedrock.anthropic.claude-sonnet-4-20250514-v1:0 or similar)Learn more about AWS Bedrock API Keys
Learn more about AWS CLI Profiles
~/.aws/credentials fileAdditional settings like cross-region inference and global inference profile will be locked (shown with a lock icon 🔒) as they're controlled by your administrator. </Step>
<Step title="Test the Connection"> Send a test message in Cline to verify your credentials work correctly with the configured Bedrock region. <Tip> **Testing Recommendation**It is recommended to test the connection in plan mode to verify everything works correctly before using it for actual tasks. </Tip> </Step> </Steps>
Authentication errors ("Access Denied" or "Invalid Credentials")
Verify your chosen credential method has the necessary IAM permissions to call Bedrock in the configured region. Required permissions include bedrock:InvokeModel and bedrock:InvokeModelWithResponseStream. For more information, refer to AWS Bedrock IAM Permissions.
Region-related errors or "model not available"
Ask your administrator to confirm which region is configured for your organization. Ensure your AWS credentials have access to Bedrock in that specific region. View AWS Global Infrastructure
Don't see AWS Bedrock as an option
Confirm you're signed into the correct Cline organization. Verify your administrator has saved the Bedrock configuration. Try signing out and back into the extension.
AWS Credentials option not finding credentials
Verify AWS CLI is installed and configured with aws configure (AWS CLI Installation Guide). Check that credentials are present in ~/.aws/credentials. For EC2/ECS environments, ensure IAM roles are properly attached. If using environment variables, set AWS_ACCESS_KEY_ID and AWS_SECRET_ACCESS_KEY.
When configuring your AWS credentials, follow these security guidelines:
Your organization administrator controls which models are available. The extension will automatically display available models based on your region's Bedrock configuration. For more information about available models, refer to the AWS Bedrock Model Access documentation.
For further assistance, consult the AWS Bedrock Documentation and coordinate with your organization's cloud administrator.