Sitemap

Member-only story

Deploying you Bedrock Agent on Agent Core

3 min readAug 15, 2025

--

Agents can be built using any agent framework of your choice. Agent Frameworks at a high level can be divided in to Managed Framework (Amazon Bedrock) or Open Source Frameworks (Strands, Langgraph, ADK, Autogen, Crew.ai…). For more details on Agents please refer to this blog post on Agents — https://medium.com/@meenakshisundaram-t/decoding-agent-core-f85a16b07d9e

Let us consider a scenario, you have already built your agent using Amazon Bedrock managed Framework. If you need additional details on how to build your agents using Amazon Bedrock, refer to this blog post — https://medium.com/@meenakshisundaram-t/decoding-amazon-bedrock-agents-375c6167accc

You can deploy your bedrock agents directly on Amazon Bedrock. However you do have an option to take your Bedrock Agent and deploy it on Agent Core. For more details on what is Agent core and how it allieviates the last mile in productionizing agents refer to this blog post — https://medium.com/@meenakshisundaram-t/decoding-agent-core-f85a16b07d9e

Below is the detailed steps that outline the process to deploy Bedrock Agent to Agent Core.

Press enter or click to view image in full size
  1. Import your bedrock Agent (managed Agent Framework) to Opensource Framework (Strands / langgraph).
  2. (optional) Set up oAuth — integration with your oAuth provider like Cognito, Okta…

--

--