DEV Community

Prashant Lakhera
Prashant Lakhera

Posted on

๐Ÿ“Œ Enterprise week: AWS Bedrock for DevOps Open Agent๐Ÿ“Œ

This week our focus on DevOps Open Agent is still enterprise readiness, this time on the AI side.

A lot of teams already use AWS. They have IAM, regions, and Bedrock model access set up. Asking them to also manage a separate OpenAI or Anthropic key just to run investigations adds friction they donโ€™t need.

Thatโ€™s why Iโ€™m happy to share: DevOps Open Agent now supports AWS Bedrock as a shared LLM provider.

How it works

โœ… Set LLM_PROVIDER=bedrock in backend/.env

โœ… Pick your model (BEDROCK_MODEL) Claude, Llama, and more via the Converse API

โœ… Uses the same AWS credential chain you already trust (~/.aws / AWS_PROFILE / IAM role)

โœ… Optional region and profile overrides (BEDROCK_REGION, BEDROCK_AWS_PROFILE)

โœ… Works across agents: Kubernetes, AWS, cost, PR review, and more, with the same shared LLM layer

So you can run AI root-cause analysis on Bedrock without leaving your AWS footprint.

Open source, self-hostable, built for DevOps engineers who already live in AWS.

If you like the product, please donโ€™t forget to give us a โญ on GitHub.

If youโ€™re running Bedrock in production for DevOps AI, Iโ€™d love your feedback on which models and guardrails you want next.

๐Ÿ”— GitHub: https://lnkd.in/giri6MF5

๐ŸŽฅ YouTube: https://lnkd.in/g2PbG3Hc

Top comments (0)