AWS just made the biggest barrier to production AI agents disappear: at Summit New York on June 17, 2026, the Bedrock AgentCore harness went GA at $0 — a production agent in three API calls, paying only for underlying compute. This guide answers what enterprise-focused coverage won’t: what the AWS AgentCore harness for small business actually costs per month, what’s safe to build today, and how a 10–100 person company ships a useful agent in under two weeks.
Missed the keynote? Watch the [7-minute AWS Events highlights](https://www.youtube.com/watch?v=T52C-stGF3I) first.
GA vs. Preview vs. Announced-Only: What You Can Use Today
Most AWS Summit New York 2026 announcements recaps blur this distinction. Here’s the buyer’s version:
| Service | Status | SMB verdict |
|—|—|—|
| AgentCore harness (CLI) | GA, 14 regions, $0 | Build now |
| Managed Knowledge Base + Web Search | GA | Build now |
| Managed Harness | Preview (4 regions) | Test, don’t depend on it |
| AgentCore Payments (Stripe/Coinbase, x402) | Preview | Wait |
| AWS Continuum | Gated preview | Wait |
| AWS Context (knowledge graph) | Announced only | Plan for, can’t touch |
The takeaway: the free harness plus the Bedrock Managed Knowledge Base RAG stack — with native S3, SharePoint, Confluence, and Google Drive connectors, Smart Parsing, and Agentic Retriever — is a complete, GA production stack today. AWS Context is the shiny object (a knowledge graph unifying databases, docs, Slack, and email in Iceberg-format S3 Tables), but you cannot deploy it, so don’t sequence your roadmap around it.
The Real Monthly Cost at SMB Volumes
The harness, CLI, and coding skills cost $0. You pay for tokens and compute. A worked example — an invoice-intake agent processing 800 invoices/month:
- Model inference: ~4,000 input + 1,200 output tokens per invoice on Claude via Bedrock ≈ $35–60/month
- Managed Knowledge Base: indexing ~2 GB of vendor contracts and policy docs plus retrieval queries ≈ $25–40/month
- MicroVM session compute: 800 short-lived sessions ≈ $15–25/month
- S3, Lambda triggers, CloudWatch logging: under $10/month
Total: roughly $85–135/month for a workload that replaces 25–35 hours of manual keying and matching — at a $30/hour loaded cost, that’s $750–1,050 in labor monthly, a 6–10x return before error-reduction gains. Amazon’s own vendor-stated 15x task-performance claim is marketing; your invoice math isn’t.
Your First Agent in Two Weeks: Invoice Intake Walkthrough
You don’t need a platform team. The harness eliminates orchestration code entirely — you define the agent in configuration and deploy via three API calls.
- Days 1–2: Pick one narrow workflow with clear inputs/outputs (invoice intake or customer-ops triage — not “automate operations”). Gather 50 sample documents and your approval rules.
- Days 3–5: Stand up the Managed Knowledge Base; connect the S3 bucket or SharePoint folder holding vendor terms and PO history. Smart Parsing handles PDFs and scans without a custom pipeline.
- Days 6–8: Configure the harness agent via CLI: system prompt, tool permissions (read email attachment, query KB, write to QuickBooks/NetSuite via API), and a hard human-approval gate on any payable action.
- Days 9–12: Shadow mode — the agent proposes, a human approves every output. Log disagreements, tune the prompt and retrieval.
- Days 13–14: Move routine invoices (<$2,500, matched PO) to auto-process; keep exceptions human-reviewed.
Each session runs in an isolated microVM with persistent suspend/resume state, so multi-step workflows survive interruptions without you building checkpointing.
Right-Sized Governance: The SMB Trust Ladder
Enterprise coverage describes a “trust escalation matrix” built for security orgs you don’t have. Here’s the six-item version that fits a 10–100 person company:
1. Least-privilege IAM role per agent — never reuse an admin credential.
2. Gateway-layer Bedrock Guardrails on inputs and outputs — deterministic, not model-dependent.
3. Human-in-the-loop on all financial or customer-facing actions for the first 90 days.
4. AWS Budgets alert at $200/month on the agent’s account to catch runaway loops.
5. CloudWatch log retention of every agent action for 12 months — your audit trail.
6. Web Search only via the managed service (zero data egress), never a scraping tool.
Expert Insight: The companies winning with agents in 2026 aren’t the ones adopting the most services — they’re the ones who shipped one boring, high-volume workflow on GA infrastructure while competitors waited for AWS Context.
Skip Payments and Continuum until GA; if you want your first agent live in two weeks instead of two quarters, [Automation Umbrella](#) scopes, builds, and hands off AWS-native agents built exactly this way.