docs/enterprise-solutions/configuration/remote-configuration/aws-bedrock/admin-configuration.mdx
As an administrator, you can add AWS Bedrock as the organization-wide LLM provider for all Cline users through the hosted admin console. This centralized approach ensures consistent access to Amazon's AI models while maintaining your organization's security and compliance requirements through region controls and basic configuration options.
To get started with setting up AWS Bedrock as your organization's LLM provider, you'll need a few items in place.
Administrator access to the Cline Admin console
You need admin privileges to enforce provider settings across your organization. If you can navigate to Settings → Cline Settings in the admin console at app.cline.bot, you have the right access level.
AWS Bedrock account with the right permissions
Your AWS account needs specific Bedrock permissions to work with Cline.
Your preferred AWS region
Choose your primary AWS region carefully since this will be enforced for all users.
View AWS Global Infrastructure
<Tip> For most organizations, `us-east-1` or `us-west-2` are recommended as they have the best model availability. </Tip> </Accordion> <Accordion title="Custom VPC Endpoint (optional)"> If your organization uses a private VPC endpoint for Bedrock, specify it here to ensure all API calls go through your network infrastructure.Learn more about AWS PrivateLink </Accordion>
<Accordion title="Cross-region Inference (optional)"> Enable this to let Bedrock automatically route requests to other regions when your primary region has capacity constraints. Useful for maintaining availability during high-demand periods.Learn more about Inference Profiles </Accordion>
<Accordion title="Global Inference Profile (optional)"> Turn this on to use AWS's global inference routing, which automatically directs requests to the optimal region based on availability and latency. </Accordion> <Accordion title="Prompt Caching (optional)"> Enable prompt caching to reduce costs and latency. Bedrock caches portions of prompts that remain consistent across requests, making repeated interactions faster and cheaper.Learn more about Prompt Caching </Accordion> </AccordionGroup> </Step>
<Step title="Save Configuration"> After configuring your settings, close the provider configuration panel and click **Save** on the settings page to persist your changes.Once saved, all organization members signed into the Cline extension will automatically use AWS Bedrock with your configured settings. They won't be able to select other providers or switch to their personal Cline accounts.
<Warning> Members can't switch to personal Cline accounts or join other organizations once remote configuration is enabled. This ensures consistent provider usage across your team. </Warning> </Step> </Steps>To verify the configuration:
Members don't see the configured provider
Ensure you clicked Save after closing the configuration panel. Verify the member account belongs to the correct organization.
Configuration changes don't persist
Make sure to click the Save button on the main settings page, not just close the configuration panel.
Need to change regions later
You can update the region at any time. Members will need to ensure their local AWS credentials have access to the new region. For more information, refer to the AWS Bedrock Documentation.
For further details, consult the AWS Bedrock Documentation and coordinate with your internal cloud team.