Skip to content

AgentAWS

Amazon Bedrock AgentCore

Serverless runtime and services for deploying AI agents in production.

Categories
AgentInfra
Pricing
PAID
Hosting
Cloud
Platforms
API
Models
Model-agnostic
Verified
Jun 20, 2026

AWS's enterprise platform for taking AI agents from prototype to production. A secure, serverless Runtime hosts agents built with any framework (Strands, LangChain, LangGraph, CrewAI) and any model, alongside modular services for Memory, Identity, Gateway (turning APIs/Lambdas into MCP tools), a Code Interpreter, Browser tool, and Observability.

Pros & cons

  • Serverless runtime for any agent framework
  • Modular memory, identity, gateway, browser, code tools
  • Enterprise security and isolation
  • Built-in observability
  • AWS-only, usage-priced
  • Newly GA — ecosystem still maturing
  • Lock-in to the AWS platform

Tags

View all Agent
  • View LangGraph details
    OrchestrationFREEOSS

    LangGraph

    LangChain

    Graph-based agent orchestration. Stateful loops with checkpoints.

    LangChain's agent layer. Model agents as nodes in a state graph with persistent checkpoints, human-in-the-loop steps, and durable execution. Strong when you need a long-running, debuggable agent rather than a one-shot chain.

    Durable checkpointed state
    Steeper learning curve
    • agents
    • graph
    • state
    • open-source
  • View CrewAI details
    OrchestrationFREEMIUMOpen core

    CrewAI

    crewAIInc

    Multi-agent framework with explicit roles and tasks.

    Python framework for orchestrating crews of specialised agents — researcher, writer, reviewer — coordinated through shared context. Opinionated about roles, sequencing, and delegation; good fit for content-and-research pipelines.

    Role-based multi-agent model
    Opinionated structure
    • multi-agent
    • roles
    • python
    • open-source
  • View Modal details
    InferenceFREEMIUM

    Modal

    Modal Labs

    Serverless GPUs. Run training, inference, batch jobs from Python.

    Define cloud workloads in Python, deploy with one command — GPU access on demand, fast cold starts, fair-share pricing. The default 'I need to fine-tune a model from a Jupyter cell' platform.

    Python-decorator infra, no YAML/Dockerfiles
    SDK lock-in; migrating means rewriting
    • gpu
    • serverless
    • python
    • training