product updateAmazon Web Services

AWS launches Managed Knowledge Base for Bedrock with 6 enterprise connectors and automatic ACL enforcement

TL;DR

Amazon Web Services launched Managed Knowledge Base for Bedrock in general availability, offering a fully managed retrieval solution with six native enterprise connectors including SharePoint, Confluence, and Google Drive. The service handles document parsing up to 500 MB for PDFs, 2 GB for audio, and 10 GB for video, with real-time access control list verification at query time.

2 min read
0

AWS launches Managed Knowledge Base for Bedrock with 6 enterprise connectors and automatic ACL enforcement

Amazon Web Services launched Managed Knowledge Base for Amazon Bedrock in general availability, a fully managed retrieval solution that eliminates the need to provision and scale vector databases manually. The service includes six native data connectors and handles document parsing, storage, and access control automatically.

Native connectors and real-time access control

Managed Knowledge Base ships with connectors for Amazon S3, Microsoft SharePoint, Atlassian Confluence, Google Drive, Microsoft OneDrive, and a web crawler. The service includes a direct ingestion API for documents outside these sources. On subsequent syncs, the system processes only modified or new documents.

The service performs real-time ACL checks by verifying permissions directly with the authoritative source at query time, rather than relying on cached or mapped ACL data. According to AWS, pre-filtered documents exist only for the duration of the API call and are not visible to LLMs or users.

Syngenta Group is using the service to enable employees to create knowledge bases that sync data from SharePoint and Confluence. MRH Trowe deployed it for an internal AI copilot spanning thousands of documents in English and German.

Multimodal parsing and automatic storage

The service handles visual content documents (PDFs, PPT/PPTX, DOCX) up to 500 MB, audio files up to 2 GB, and video files up to 10 GB. It automatically selects parsing strategies for tables, charts, diagrams, mixed layouts, and media without configuration.

Managed Knowledge Base provides unified storage that auto-provisions capacity and scales from gigabytes to terabytes. Hybrid search combining keyword and semantic retrieval runs continuously with no separate index configuration. Data is encrypted at rest and in transit using AWS KMS keys.

Setup and retrieval APIs

Setup requires three API calls: create the knowledge base, add a data source, and start ingestion. AWS provides defaults for embedding models and chunking strategies, though developers can override these with fixed-size chunking or no chunking for pre-processed documents.

The service offers two retrieval APIs: Retrieve returns ranked source chunks with relevance scores for direct lookups and FAQ-style questions. A second API (not fully detailed in the source material) handles more complex queries requiring multi-hop reasoning.

OpenAI confirmed it is using Bedrock Managed Knowledge Base's RAG capabilities to ground inference for millions of users with customer context.

What this means

This release consolidates the enterprise RAG pipeline into a single managed service, eliminating weeks of infrastructure setup for teams building AI agents. The real-time ACL verification at query time addresses a significant security gap in knowledge retrieval systems that typically cache access permissions. The 500 MB document size limit for PDFs and 10 GB for video positions this as infrastructure for internal enterprise search rather than public-facing applications with larger content libraries.

Related Articles

product update

xAI's Grok 4.3 now available on AWS Bedrock with 1M token context and configurable reasoning

xAI has made Grok 4.3 generally available on Amazon Bedrock, marking xAI's debut as a Bedrock model provider. The multimodal model offers a 1 million token context window, configurable reasoning effort (none/low/medium/high), and runs on Bedrock's Mantle inference engine using OpenAI-compatible APIs.

product update

AWS launches AgentCore platform for building voice AI agents with Amazon Nova 2 Sonic

AWS has released AgentCore, a new platform for hosting and running voice-based AI agents, integrated with Amazon Nova 2 Sonic for real-time speech capabilities. The platform uses the open Model Context Protocol (MCP) to connect agents to backend systems and deploys each conversation in isolated microVMs.

product update

Amazon Nova Act Brings Vision-Based Web Navigation to UX Testing, No Hard-Coded Scripts Required

AWS has released a cloud-deployed UX testing platform built on Amazon Nova Act, a multimodal foundation model that navigates web interfaces through visual understanding rather than hard-coded selectors. The solution processes documentation with Claude 4.5 Sonnet to generate test scenarios, executes parallel testing via ECS, and analyzes results automatically, addressing the scalability limitations of manual testing and maintenance overhead of traditional automation tools.

product update

AWS Extends QA Studio with Test Suites and CI/CD CLI for Automated Regression Testing

AWS has extended its QA Studio reference solution with test suite functionality and a command-line interface for CI/CD integration. The updates enable parallel execution of regression tests on Amazon ECS Fargate and bring Amazon Nova Act-powered visual testing into automated deployment pipelines.

Comments

Loading...