AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

Service: bedrock-agentcore · 2025-10-16 · Documentation low

File: bedrock-agentcore/latest/devguide/resource-providers.md

Summary

Removed preview notice and added references to service quotas for OAuth2/API key providers

Security assessment

Changes focus on service limits documentation rather than security mechanisms. While API key storage is mentioned, the modification only adds quota references without altering security guidance.

Diff

diff --git a/bedrock-agentcore/latest/devguide/resource-providers.md b/bedrock-agentcore/latest/devguide/resource-providers.md
index bfb9a0634..b803df49e 100644
--- a//bedrock-agentcore/latest/devguide/resource-providers.md
+++ b//bedrock-agentcore/latest/devguide/resource-providers.md
@@ -7,2 +6,0 @@ Creating an OAuth 2.0 credential providerCreating an API key credential provider
-Amazon Bedrock AgentCore is in preview release and is subject to change. 
-
@@ -11 +9 @@ Amazon Bedrock AgentCore is in preview release and is subject to change.
-Resource credential providers in AgentCore Identity act as intelligent intermediaries that manage the complex relationships between agents, identity providers, and resource servers. Each provider encapsulates the specific endpoint configuration required for a particular service or identity system. The service provides built-in providers for popular services including Google, GitHub, Slack, and Salesforce, with authorization server endpoints and provider-specific parameters pre-configured to reduce development effort. AgentCore Identity supports custom configurations through configurable OAuth2 credential providers that can be tailored to work with any OAuth2-compatible resource server. 
+Resource credential providers in AgentCore Identity act as intelligent intermediaries that manage the complex relationships between agents, identity providers, and resource servers. Each provider encapsulates the specific endpoint configuration required for a particular service or identity system. The service provides built-in providers for popular services including Google, GitHub, Slack, and Salesforce, with authorization server endpoints and provider-specific parameters pre-configured to reduce development effort. AgentCore Identity supports custom configurations through configurable OAuth2 credential providers that can be tailored to work with any OAuth2-compatible resource server. For information about OAuth2 credential provider limits, see [AgentCore Identity Service Quotas](./bedrock-agentcore-limits.html#identity-service-limits).
@@ -35 +33 @@ Provider configurations in AgentCore Identity define the basic parameters needed
-For services that use API keys for authentication rather than OAuth, AgentCore Identity will securely store and retrieve keys for your agents. The example below illustrates using the AgentCore SDK to store an API key. 
+For services that use API keys for authentication rather than OAuth, AgentCore Identity will securely store and retrieve keys for your agents. The example below illustrates using the AgentCore SDK to store an API key. For information about API key credential provider limits, see [AgentCore Identity Service Quotas](./bedrock-agentcore-limits.html#identity-service-limits).