AWS prescriptive-guidance documentation change
Summary
Added section about Amazon Bedrock AgentCore Gateway with security features, updated protocol terminology, and modified communication type classification
Security assessment
Explicitly documents security features of AgentCore Gateway including ingress/egress authentication, but doesn't indicate response to a specific vulnerability. The change proactively describes security capabilities rather than addressing an incident.
Diff
diff --git a/prescriptive-guidance/latest/agentic-ai-frameworks/protocol-based-tools-detailed.md b/prescriptive-guidance/latest/agentic-ai-frameworks/protocol-based-tools-detailed.md index c7c3d0ee8..fd39fae45 100644 --- a//prescriptive-guidance/latest/agentic-ai-frameworks/protocol-based-tools-detailed.md +++ b//prescriptive-guidance/latest/agentic-ai-frameworks/protocol-based-tools-detailed.md @@ -3 +3 @@ -[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Agentic AI frameworks, protocols, and tools on AWS](introduction.html) +[Documentation](/index.html)[AWS Prescriptive Guidance](https://aws.amazon.com/prescriptive-guidance/)[Agentic AI frameworks, platforms, protocols, and tools on AWS](introduction.html) @@ -5 +5 @@ -Security features of MCP toolsGetting started with MCP tools +Security features of MCP toolsGetting started with MCP toolsExplore AgentCore Gateway @@ -17 +17 @@ Local server-sent events (SSE)-based | Tools run locally but communicate over HT -Remote SSE-based | Tools run on remote servers | Production environments and shared tools | Scalable and centrally managed +Remote HTTP Streamable | Tools run on remote servers | Production environments and shared tools | Scalable and centrally managed @@ -19 +19 @@ Remote SSE-based | Tools run on remote servers | Production environments and sha -The official Model Context Protocol SDKs are available for building MCP tools: +The official MCP SDKs are available for building MCP tools: @@ -65,0 +66,4 @@ To implement MCP for tool integration, take the following actions: +## Explore AgentCore Gateway + +[Amazon Bedrock AgentCore Gateway](https://docs.aws.amazon.com/bedrock-agentcore/latest/devguide/gateway.html) provides an easy and secure way for developers to build, deploy, discover, and connect to MCP tools, and other target endpoints at scale. With AgentCore Gateway, developers can convert APIs, AWS Lambda functions, and existing services into MCP-compatible tools. Then, with just a few lines of code, they can make these tools available to agents through AgentCore Gateway endpoints. AgentCore Gateway supports OpenAPI, Smithy, and Lambda as input types, and is the only solution that provides both comprehensive ingress authentication and egress authentication in a fully managed service. +