Home icon

Deploy voice agents with Pipecat and Amazon Bedrock AgentCore Runtime – Part 1

Machine Learning Blog



This article explains how to deploy voice agents using Pipecat and Amazon Bedrock AgentCore Runtime, focusing on network transport approaches for real-time conversations.

  • AgentCore Runtime provides secure, serverless infrastructure with auto-scaling and isolated microVMs for voice agents
  • Low-latency streaming is critical; conversations require sub-one-second end-to-end responses for natural flow
  • WebSockets: simplest approach for prototyping; good performance, easy implementation
  • WebRTC with TURN: improved performance using UDP; requires VPC configuration and TURN servers
  • Amazon KVS managed TURN: AWS-native alternative providing auto-rotating credentials without third-party dependencies
  • Managed WebRTC providers: offer globally distributed infrastructure, analytics, and multi-participant support
  • Telephony integration: enables traditional PSTN calls for contact centers and IVR replacement
  • AgentCore Runtime requires ARM64 (Graviton) containers for deployment

The post provides practical guidance for selecting transport layers based on latency, reliability, and use case requirements, with code samples for each approach.



Go to article

The AWS News Feed is currently looking for gold sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.

Related articles

Jul 11
2025
Building intelligent AI voice agents with Pipecat and Amazon Bedrock – Part 2
Jun 9
2025
Building intelligent AI voice agents with Pipecat and Amazon Bedrock – Part 1
Jan 16
2026
Deploy AI agents on Amazon Bedrock AgentCore using GitHub Actions
Oct 21
2025
Building a multi-agent voice assistant with Amazon Nova Sonic and Amazon Bedrock AgentCore

The AWS News Feed is currently looking for silver sponsors. If you want to support the AWS community and reach a large audience of AWS professionals, consider sponsoring the AWS News Feed.