AWS Containerized Deployment
Deploy agents to AWS ECS Fargate for consistent, low-latency execution.
Architecture
Prerequisites
- Docker installed
- AWS CLI configured
- ECR repository created
- Agent Kernel with AWS extras
Deployment
Refer to example ECS implementation which leverages Agent Kernel's terraform module for ECS deployment.
Advantages
- No cold starts - containers always warm
- Consistent performance - predictable latency
- Better for high traffic - efficient resource usage
- Full control - customize container, resources, etc.
- High availability - multi-AZ deployment with automatic failover
- Fault tolerant - automatic recovery and health-based routing