NewNew: The enterprise guide to Agentic AI — 24 min read.

Read →
Reference Architecture · Amazon Connect + Bedrock

Agent Assist on Amazon Connect + Bedrock

End-to-end reference for shipping real-time agent assist on Amazon Connect using AWS Bedrock foundation models — streaming transcript, retrieval, prompt orchestration, safety filters, CRM write-back and a repeatable Terraform pattern.

By pronix.ai CX EngineeringContact Center AI architects3 min readUpdated Q1 2026
For CX Solution ArchitectFor Head of Contact Center PlatformsFor VP Engineering
LinkedInPostEmail
Inside

What you'll learn

  • The streaming transcript path — Contact Lens, Kinesis, Lambda, Bedrock
  • Retrieval design — OpenSearch, Bedrock KB, or Kendra — with quality trade-offs
  • Prompt orchestration patterns and guardrail placement
  • CRM write-back for Salesforce Service Cloud and Dynamics 365
  • A Terraform module structure you can copy
  • SLOs and observability signals to run agent assist in production
Reference Architecture

The full read

Real-time agent assist on Amazon Connect with AWS Bedrock is one of the highest-ROI CX AI workloads shipping today. Median payback runs close to four months, and it attaches to existing seat cost rather than creating new customer-facing risk. This reference is the pattern we deploy end-to-end for Fortune 500 clients on Amazon Connect.

The streaming transcript path

The transcript path is the load-bearing part of the architecture. Contact Lens streams partial transcripts into Kinesis. A lightweight Lambda enriches, chunks and redacts PII before the payload ever reaches the model.

Total round-trip from utterance to on-screen assist should stay under 2.5 seconds at p95. Above that, the assist surface stops feeling real-time and agent adoption falls.

Retrieval layer — the three-way choice

OpenSearch gives the most control and the best cost at scale. Bedrock Knowledge Bases is the fastest to production. Kendra excels on unstructured content with strong relevance out of the box.

Pick with the evaluation harness against your actual knowledge corpus, not with a vendor slide.

Prompt orchestration and guardrails

System, task, tool and guardrail prompts are separated and versioned independently. Bedrock Guardrails run as independent policies with veto authority — they never share weights or context with the assist model.

Provider failover to Anthropic on Bedrock is wired from day one. Prompt-prefix and retrieval-result caching cuts LLM cost 30% to 45% on estates with high intent repetition.

CRM write-back that actually closes the loop

Assist that ends when the call ends is a demo. Post-call summary, disposition and next-best-action write back to Salesforce Service Cloud or Dynamics 365 Customer Service using the platform-native record schemas.

The agent never manually copies the summary. It is present when they open wrap-up.

Terraform-first, no click-ops

The reference ships as a Terraform module layout with environment separation, cost tagging by workload and business unit, secret handling via Secrets Manager, and IAM least-privilege by default.

The six SLOs to run in production

Transcript latency p95. Assist latency p95. Retrieval precision. Guardrail veto rate. Agent adoption. Cost per resolved contact. If you cannot see all six on one dashboard, you cannot operate the workload.

The Amazon Connect and Bedrock stack is now mature enough that shipping agent assist should feel like a routine engineering exercise. If yours does not, the gap is almost never AWS — it is the operating pattern around it.

Frequently asked

Questions enterprise readers ask

Do we need Contact Lens?

Yes for streaming transcripts. The playbook covers an alternate self-managed transcription path if Contact Lens isn't available in your region.

Talk to a strategy lead

Want to apply this to your program?

Book a working session with a pronix.ai strategy lead — we'll walk through how the ideas in reference architecture apply to your platform, industry and roadmap.