
AWS has made Web Search generally available on Amazon Bedrock, allowing foundation models to ground responses in current web information without external vendor integration.
Developers enable it with a single API parameter in OpenAI-compatible calls; Bedrock handles search, retrieval, and citation server-side.
The feature operates entirely within AWS with zero data egress, reducing hallucinations and compliance overhead for enterprise AI applications.
What happened
AWS announced general availability of Web Search on Amazon Bedrock, a built-in tool that lets foundation models ground responses in current web knowledge without requiring external vendors or third-party APIs. The feature works by having the model identify queries that need up-to-date information, then Bedrock retrieves relevant content from Amazon's web index and knowledge graph, injects it into the model's context, and returns a response with source citations—all in a single API call.
Why it matters
Developers can now add web grounding to AI applications (chatbots, coding assistants, CLI tools, enterprise apps) by adding a single parameter to an existing OpenAI-compatible API call, eliminating the traditional overhead of identifying, integrating, and maintaining third-party search providers. This also reduces hallucinations and data residency risks, since processing stays entirely within AWS infrastructure with zero data egress by default.
What to watch
Web Search is generally available in US regions (us-east-1, us-east-2, us-west-2) with indexed-web retrieval; live-web retrieval will be enabled in a future update. Pricing details are available on the Amazon Bedrock pricing page. The feature integrates with AWS CloudTrail for full audit logging of who accessed the tool and when, without exposing query text or retrieved URLs.
AWS announced general availability of Web Search on Amazon Bedrock at AWS New York Summit 2026, extending a feature the company had already released on AgentCore. Web Search is a server-side built-in tool designed to ground model responses in current web knowledge, eliminating the need for third-party vendors, external APIs, or additional security reviews.
The tool works through a multi-source grounding approach. It is backed by a web index that Amazon operates, spanning billions of documents and refreshed continually, combined with a built-in knowledge graph that anchors entities and connections between them. When a question is factual—such as who wrote a particular book or what year an event took place—Web Search uses the knowledge graph to answer with strong confidence rather than leaving the model to infer from extracted page text. This approach reduces small factual inaccuracies that slip in when an agent assembles answers from fragments. The tool also performs semantic snippet extraction, pulling only the passages from each web page that bear on the query and returning them in a form optimized for the model's context window, which reduces token overhead and latency.
Enabling Web Search requires three configuration steps. First, developers configure AWS credentials and permissions: the tool uses existing AWS IAM credentials (no separate API keys), and the calling identity must have inference permissions on Amazon Bedrock and Web Search tool permissions (at minimum, bedrock-websearch:InvokeSearch; optionally bedrock-websearch:InvokeFetch to let the model read full page content). Second, they point the OpenAI client at the bedrock-mantle endpoint and add the Web Search tool to the request with a single parameter: `tools=[{"type": "web_search", "external_web_access": False}]`. The external_web_access field selects whether Web Search retrieves from Amazon's pre-indexed web corpus or live content fetched directly from the web; currently only indexed-web retrieval is served, though live-web retrieval will be enabled in a future update. Third, the API returns a grounded response with structured citation annotations, including URL and page title for each referenced source.
When Web Search is enabled in an API call, Bedrock handles the entire search lifecycle server-side. The model identifies that a query requires up-to-date web knowledge, Bedrock formulates a search query, retrieves relevant content from Amazon's web index and knowledge graph, and injects results (including snippets, source URLs, and titles) into the model's context window. The model reasons over the retrieved content and generates a grounded response with source citations. The API returns the final response in a single round-trip—there is no client-side tool-use loop to build, no external API responses to parse, and no retries or rate limits to manage.
Web Search is integrated with AWS CloudTrail out of the box, recording every call to bedrock-websearch:InvokeSearch and bedrock-websearch:InvokeFetch as a management event, capturing the calling identity, timestamp, action, and account and Region context. Access-denied outcomes are always logged, with the specific condition key that caused the denial included, making IAM misconfigurations easy to diagnose. By design, CloudTrail does not record query text, the URLs returned by search, or raw page content retrieved by fetch—query text is treated the same way as an inference prompt and is never exposed in trail events. Combined with in-Region processing and zero data egress, this provides a full audit trail without exposing what end users searched for.
Web Search on Bedrock is generally available in US regions, with in-region query handling in us-east-1, us-east-2, and us-west-2. Pricing details are available on the Amazon Bedrock pricing page.
Web Search on Amazon Bedrock addresses a long-standing friction point in AI application development: foundation models trained on static data cannot answer questions about recent events, regulatory changes, or real-time information without external grounding. Traditionally, this required developers to integrate and maintain third-party web search providers—a process that introduces operational complexity, vendor lock-in, data residency concerns, and compliance overhead. By embedding web search as a native capability within Bedrock, AWS removes that undifferentiated heavy lifting.
The implementation leverages two key technical choices. First, Bedrock combines a large web index (continually refreshed) with a knowledge graph that anchors factual queries—so questions like "who wrote this book" or "what year did this happen" can be answered with high confidence rather than left to the model to infer from page fragments, reducing the small factual errors that accumulate when models assemble answers from extracted text. Second, semantic snippet extraction returns only the passages relevant to a query, optimizing token usage and latency. Both choices signal that the feature is designed for production enterprise applications where efficiency and reliability matter.
The compliance and security posture is equally central to the value proposition. Web Search operates entirely within AWS infrastructure with zero data egress by default, supports live audit trails through AWS CloudTrail (logging who accessed the tool and when, but never exposing query text or retrieved URLs), and requires no external API key management—credentials flow through existing AWS IAM identities. For organizations subject to data residency or regulatory constraints, this eliminates a major barrier to adding web grounding.
AI-summarized, only the topics you pick — one digest a day via Email, Slack, or Discord.
Free · takes 30 seconds · unsubscribe anytime
Ask AI anything about this article. Q&As are published on this page for other readers too.
IBM and Together AI have signed a $240 million agreement to build and operate an Nvidia-powered AI inference c…

Running a 122-billion-parameter model on three RTX 3090 GPUs with a 256K-token context, the author's AI agent…

NVIDIA and partners released multiple open-source AI models optimized for local execution throughout August, i…

Warren Buffett's Berkshire Hathaway holds few pure AI stocks, but its portfolio of insurance and banking busin…

Bloom Energy reported Q2 2026 record revenue of $1.1 billion (up 166% year-over-year) with gross margin expand…

Major technology companies are advocating for a new standardized framework to report incidents involving AI ag…

The AI news that matters, in one minute each morning.
Sign up free