Artificial Intelligence

Category: Amazon Bedrock

Govern AI agent tool access with Amazon Bedrock AgentCore Gateway

Govern AI agent tool access with Amazon Bedrock AgentCore Gateway

Give your AI agents governed, auditable access to enterprise tools without consolidating infrastructure. This post walks through a four-scope maturity model (Connect, Control, Catalog, and Harden) for building a governed tool gateway with Amazon Bedrock AgentCore, advancing only when real governance pain demands it.

Reduce RAG costs on Amazon Bedrock with query-aware compression

Reduce RAG costs on Amazon Bedrock with query-aware compression

Input tokens are often a meaningful part of the cost of running Retrieval Augmented Generation (RAG) at scale. This post describes a query-aware context compression pattern on Amazon Bedrock: after retrieval, a smaller model filters retrieved chunks against the query before the primary model answers, reducing input tokens and cost while preserving answer quality.

Accelerating aircraft IFEC diagnostics with agentic AI on AWS

Accelerating aircraft IFEC diagnostics with agentic AI on AWS

Panasonic Avionics worked with AWS and the AWS Generative AI Innovation Center to build an agentic AI system on Amazon Bedrock, Amazon SageMaker, and AWS Glue that diagnoses in-flight entertainment and connectivity (IFEC) issues across a global fleet, reducing diagnosis time from hours to minutes while maintaining accuracy.

Introducing cross-Region inference for OpenAI GPT-5.6 models on Amazon Bedrock

Amazon Bedrock now offers OpenAI GPT-5.6 models (Sol, Terra, and Luna) in more than 25 AWS Regions with cross-Region inference. Learn how US geographic and global inference profiles route requests for higher throughput, how to call the models with the OpenAI and Converse APIs, and how to configure IAM, quotas, and monitoring.

Authoring Dogwood policies from natural language in Amazon Bedrock AgentCore

Authoring Dogwood policies from natural language in Amazon Bedrock AgentCore

AI agents can take actions that do not match your organization’s policies. Policy in Amazon Bedrock AgentCore lets teams enforce controls across agents, now including time-based constraints. This post shows how Policy Authoring turns natural-language policy documents into correct Dogwood policies, with worked examples and best practices.

Scaling agentic AI: Enterprise patterns without vendor lock-in

Scaling agentic AI: Enterprise patterns without vendor lock-in

Scaling agentic AI across an enterprise requires patterns that preserve flexibility while avoiding vendor lock-in. In this second post of our multi-agent series, we examine how ML teams operate many agentic AI systems across a multi-everything environment of frameworks, models, and providers, and the principles that let those systems scale together.

Scaling cloud migrations with agentic AI on Amazon Bedrock AgentCore

Scaling cloud migrations with agentic AI on Amazon Bedrock AgentCore

Learn how AWS Professional Services uses a multi-agent framework built on Amazon Bedrock AgentCore to automate enterprise cloud migrations end to end. Purpose-built AI agents handle discovery, infrastructure as code generation, portfolio governance, and post-migration operations, reducing IaC development time from weeks to minutes.

Domain and publish date filters for Web Search on AgentCore

Domain and publish date filters for Web Search on AgentCore

Web Search on Amazon Bedrock AgentCore now supports runtime domain and published-date filtering. New per-request filters give developers per-call control over which web sources their agents consult and how fresh those sources must be, all enforced server-side. This release also expands Web Search to the Europe (Ireland) and Asia Pacific (Tokyo) Regions.

Asynchronous patterns for calling Amazon Bedrock AgentCore agents in serverless pipelines

Asynchronous patterns for calling Amazon Bedrock AgentCore agents in serverless pipelines

In this post, you learn three serverless patterns (task-token callback, direct service integration, and durable functions) for invoking Amazon Bedrock AgentCore agents asynchronously from AWS Step Functions pipelines, eliminating idle compute costs while your AI agent processes requests.