ai • June 11, 2026

AWS Bedrock Adds OpenAI Models and AgentCore Updates

AWS's June 8 roundup says GPT-5.5, GPT-5.4, and Codex are generally available on Amazon Bedrock. The same roundup lists AgentCore identity, reasoning, and CloudWatch metric updates that make agent workloads easier to govern.

Technical Signals

What Changed

AWS is making agentic AI look more like normal cloud infrastructure. The model availability headline matters, but the surrounding controls matter more for production teams: metrics, identity, secrets, workflow orchestration, and approvals.

Architecture Impact

A Bedrock-centered agent stack can now route model calls through existing AWS governance. Teams can monitor inference counts and token totals, organize projects, wire agent reasoning into Step Functions, and use Secrets Manager for credential ownership.

Production Pattern

For enterprise agents, use Step Functions as the durable workflow spine. Let AgentCore perform reasoning steps, require human approval at high-risk boundaries, record traces, and connect secrets through managed credential providers. Keep model choice configurable so cost and capability can be tuned per task.

Adoption Checklist

Before rollout, define CloudWatch dashboards, token budgets, secret ownership, approval rules, and rollback behavior. Bedrock integration reduces platform sprawl, but it does not remove the need to test model behavior against internal data and code.

Read the primary source →