Amazon Bedrock Studio, renamed to Amazon Bedrock IDE, is now available in Amazon SageMaker Unified Studio. Amazon Bedrock Studio will be available until February 28, 2025. You may access existing workspaces in this previous version through February 28, 2025, but you may not create new workspaces. To access the enhanced GA version of Amazon Bedrock Studio with additional features and capabilities, you can create a new Amazon SageMaker Unified Studio domain. To learn about Amazon Bedrock Studio IDE, see the documentation.
Export an Amazon Bedrock Studio chat app
With Amazon Bedrock Studio, you can export the files for a chat app so that you can use the app outside of the Bedrock Studio web app.
When you export a chat app, Amazon Bedrock Studio exports a zip file with the AWS CloudFormation templates and other files required by your app. To use your app, you need to deploy the AWS CloudFormation templates to an AWS account. The actual contents of the zip file vary on the Amazon Bedrock Studio components that your chat app uses. After uncompressing the zip file, you deploy the contents of the zip file into your AWS account (or another AWS account, if you prefer).
A chat app can include one or more different types of Amazon Bedrock Studio components, such as a Guardrail or a Knowledge Base. When you deploy your app's components, Amazon Bedrock Studio only deploys the AWS infrastructure files. The data source files for a Knowledge Base and the secrets for a function aren't exported, and you have to configure them during the deployment. After deploying the app to an AWS account, you can run the app as a Node.js app.