AWS May 5, 2026 13 min read

AWS Bedrock AgentCore vs Amazon Q Developer 2026

Bedrock AgentCore and Amazon Q Developer both build AI agents on AWS. Here is when each one wins, what skills you need, and which certifications cover them.

Bedrock AgentCore vs Amazon Q

AWS shipped two competing AI agent offerings during 2025-2026 and both are now first-class in 2026: Bedrock AgentCore (the developer SDK and runtime for custom agents) and Amazon Q Developer (the productized agent that lives in your IDE and AWS Console). They overlap. They are not the same product. Picking the wrong one is the most expensive AI architecture mistake AWS customers made in 2025.

7
AgentCore Services
$19/mo
Q Developer Pro
60+
MCP Servers Supported
AIF-C01
Bedrock-Heavy Cert

Two Products, Different Audiences

Bedrock AgentCore Builder

A suite of services — Runtime, Memory, Identity, Tools, Browser, Code Interpreter, Observability — that you compose into custom agents. Framework-agnostic: works with LangGraph, CrewAI, Strands, or your own. Pay-per-invocation. You own the agent logic.

Amazon Q Developer Buyer

A finished AI agent for software development tasks. Lives in VS Code, JetBrains, AWS Console, GitHub, and Slack. Auto-completes code, plans features, transforms Java versions, generates unit tests, modernizes .NET. You don't build it — you use it.

Mental model: Bedrock AgentCore is the engine and chassis. Amazon Q Developer is the car. If you want a custom AI agent inside your product, AgentCore. If you want an AI pair programmer for your engineers, Q Developer.

When To Pick Each

Pick Amazon Q Developer when

  • You want an AI assistant for engineers — code completion, refactoring, test generation, code review.
  • You want Java 8/11/17 → 21 transformation, .NET Framework → .NET 9, or COBOL modernization.
  • Your engineers already use AWS Console heavily — Q Developer plans changes there too.
  • Procurement is faster than custom AI — Q Developer Pro is $19/seat/mo with no model decisions.

Pick Bedrock AgentCore when

  • You're building a product feature where the agent IS the value (not internal productivity).
  • You need to control the model — Bedrock supports Claude, Llama, Mistral, Nova, DeepSeek, others.
  • You need long-running agents with persistent memory across sessions (AgentCore Memory).
  • You need first-class MCP server integration with corporate identity (AgentCore Identity).
  • You want Browser tool usage — actual headless browser inside an agent loop.

Inside Bedrock AgentCore

The seven AgentCore services map to standard agent infrastructure problems:

  • Runtime — secure isolated execution per session, scales to thousands of concurrent agents.
  • Memory — short-term and long-term memory with automatic summarization, semantic search, and TTL.
  • Identity — OAuth/OIDC tokens passed to agent tool calls, including SaaS connectors.
  • Tools (Gateway) — MCP-compatible tool registry. Bring any MCP server, AgentCore handles auth and rate limits.
  • Browser — sandboxed Chromium for agent web tasks (form fills, scraping, end-to-end flows).
  • Code Interpreter — Python sandbox for data analysis tasks the agent decides to run.
  • Observability — built-in traces, eval harness, replay tooling.

You don't have to use all seven. AgentCore Memory + Runtime is the most common starting pair. Most teams add Tools + Identity in production. Browser and Code Interpreter are situational.

Amazon Q Developer Capabilities

Q Developer in 2026 is no longer just code completion. It now ships:

  • Agentic chat — multi-step coding tasks in IDE with file edits, test runs, and shell access.
  • /transform — automated language and framework migrations (Java, .NET, COBOL, mainframes).
  • /dev — feature implementation from natural language across multiple files.
  • /test — unit test generation and improvement against coverage targets.
  • /doc — README and architecture doc generation.
  • Q Developer for Operations — investigates AWS incidents, suggests remediations, edits CDK/Terraform.

Pricing tiers: Free (limited), Pro ($19/seat/mo), Enterprise (custom with SSO, BYOK, IP indemnification). The free tier is genuinely useful — it includes IDE chat and ~50 agent invocations/month.

Certifications That Cover These

  • AWS AI Practitioner (AIF-C01) — the foundational cert. AgentCore is now in the official exam guide.
  • AWS Machine Learning Engineer Associate (MLA-C01) — Bedrock and AgentCore production patterns.
  • AWS Solutions Architect Associate (SAA-C03) — increasing AgentCore content as agents become standard architecture.
  • AWS DevOps Engineer Professional (DOP-C02) — Q Developer for Operations is in scope as of the early-2026 update.

For a clean ladder: AIF-C01 → MLA-C01 → either SAA-C03 or DOP-C02 depending on whether you build agents into apps or operate them.

Frequently Asked Questions

Can I use Bedrock AgentCore without using Bedrock for the model?

Yes. AgentCore Runtime is model-agnostic. You can call Anthropic API directly, OpenAI, or self-hosted models. You give up the unified Bedrock billing and IAM, which is why most teams stay on Bedrock anyway.

Is Amazon Q Developer just GitHub Copilot for AWS?

No. Q Developer's killer features are AWS-aware (Console agent, CDK/CloudFormation generation, security scans against AWS best practices) and language transformation (/transform). Copilot is broader; Q Developer is deeper for AWS shops.

Does Q Developer use AgentCore under the hood?

AWS hasn't published the architecture, but multiple Q Developer features (agent runtime, browser tool, observability) match AgentCore primitives one-to-one. Treat them as the same engine, productized differently.

Which is on the AIF-C01 exam?

Both, with more Bedrock AgentCore than Amazon Q Developer in the current exam blueprint. Expect scenario questions asking you to choose between the two — that's exactly what the cert tests.

Practice with ExamCert

1000+ certification practice questions covering AWS, Azure, GCP, AI, security, and more — with detailed explanations.

Browse All Exams
ExamCert

ExamCert Team

Certified IT professionals tracking the cloud, AI, and security certification landscape. Content updated as exams and tools evolve.

Master the 2026 IT Stack

Practice exam questions with detailed explanations across AWS, Azure, GCP, security, and AI certifications.