Positron 2025.11.0 has preview support for AWS Bedrock! #10322
jthomasmock
announced in
Announcements
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
As of Positron 2025.11.0, we have added initial preview support for AWS Bedrock for Positron Assistant! This is also available in preview for Positron Pro in the Posit Workbench 2025.09.2 patch release.
AWS Bedrock allows you to use available AI models that your AWS admins have enabled for your user/role.
Caution
While Databot can also use arbitrary models from Bedrock, in Bedrock we currently only suggest using Anthropic models with Databot per our testing during its Research Preview.
We'd love to hear your feedback or answer questions after trying out AWS Bedrock in Positron Assistant and Databot!
Setup
Prior to setting up AWS Bedrock as a model provider in Positron, you must gain access to AWS Bedrock for your user.
An AWS Admin can provide AWS Bedrock for your IAM role by following the AWS Bedrock documentation
Posit Workbench
To access Bedrock on Posit Workbench, we recommend that your admins first enable AWS Managed Credentials. This will make your AWS IAM credentials ambiently available in your Positron Pro sessions.
Admins can also pre-enable AWS Bedrock for Positron Assistant by setting the following in user's
settings.jsonin the Positron Pro default settings.Use AWS Bedrock in Positron Pro
Open a Positron Pro Session after your admin has enabled AWS Credentials as indicated above.
Run the command Positron Assistant: Configure Language Model Providers to open the Provider Configuration dialog
In the “Configure Language Model Providers” dialog:
Use Amazon Bedrock models in the Positron Assistant chat pane and inline chat!
Positron Desktop: Use AWS CLI SSO
This is the most straightforward method to access Amazon Bedrock in Positron Desktop.
Download and install the AWS CLI
Configure your AWS credentials for the AWS CLI
Login with the AWS CLI
aws sso login, you will sign into your default profileaws sso login --profile <PROFILE_NAME>, you will need to set theAWS_PROFILEenvironment variable, as Positron looks at your default AWS profile unlessAWS_PROFILEis specified.If you have multiple AWS profiles configured, set the
AWS_PROFILEenvironment variable in your shell launch script, such as~/.bashrcor~/.zshrc; or, export these variables in a terminal before launching positron from the same terminal.- We're working on an easier way to specify these variables directly in Positron in #9649
When the SSO credentials expire, refresh them by running
aws sso login --profile <PROFILE_NAME>in a terminal. In the future, we hope to have a credential refresh flow: positron#9652.Once you have authentication ready, you can enable AWS Bedrock in Positron via editing your
settings.json:Login to Amazon Bedrock in Positron
Once you have both logged in with the AWS CLI and enabled Bedrock in Positron, you can then sign into Amazon Bedrock in Positron itself.
Run the command Positron Assistant: Configure Language Model Providers to open the Provider Configuration dialog
In the “Configure Language Model Providers” dialog:
Use Amazon Bedrock models in the Positron Assistant chat pane and inline chat!
Beta Was this translation helpful? Give feedback.
All reactions