latentbrief
Back to news
General3d ago

UK-Based Company Deploys Over 50 AI Agents on Sovereign AWS Infrastructure

AWS ML Blog2 min brief

In brief

  • OneAdvanced, a UK-based enterprise software company serving over 10,000 customers in industries like healthcare and legal services, has successfully deployed more than 50 AI agents on Amazon Web Services (AWS) infrastructure within the United Kingdom.
    • This move ensures that all data remains within UK borders, meeting strict compliance requirements for sectors handling sensitive information.
  • The deployment uses open-source models Llama 4 Maverick and Llama Guard 4, self-hosted on AWS SageMaker, alongside a Retrieval Augmented Generation pipeline and specialized agents built with Strands Agents SDK.
  • The decision was driven by the need to maintain data sovereignty and adhere to stringent regulatory standards.
  • OneAdvanced’s customers in regulated industries require clear data residency and security assurances.
  • While initial prototyping used Amazon Bedrock, the company switched to self-hosting models to meet these requirements since desired models weren’t available in the UK region at the time.
    • This approach involved building a production-grade solution with features like content moderation and document retrieval.
    • This deployment highlights how businesses can achieve compliance while leveraging AI without relying on third-party services.
  • OneAdvanced’s architecture integrates Amazon Aurora PostgreSQL with pgvector extension and runs agents on Amazon ECS, ensuring scalability and performance.
  • As more companies seek to comply with data residency laws, such solutions may pave the way for similar deployments globally.

Terms in this brief

SageMaker
A service by AWS that provides tools for building, deploying, and managing machine learning models. It's used here to host AI models locally.
Retrieval Augmented Generation
An approach where AI systems combine external data retrieval with generation tasks, improving their ability to answer questions based on context.
Strands Agents SDK
A software development kit for building intelligent agents that can perform tasks like information retrieval and decision-making. It's used here to create specialized AI agents.
pgvector
An extension for PostgreSQL that allows efficient vector similarity searches, useful for tasks like recommendation systems or document retrieval.

Read full story at AWS ML Blog

More briefs