AWS bedrock-agentcore documentation change
Summary
Added support for tagging new resource types (workload identity, OAuth2/API key providers, token vault, etc.) and corresponding API operations. Removed preview notice.
Security assessment
While tagging can be used for access control, the changes only expand supported resources without discussing security policies or IAM integration. No direct evidence of security vulnerability or security feature documentation added.
Diff
diff --git a/bedrock-agentcore/latest/devguide/tagging.md b/bedrock-agentcore/latest/devguide/tagging.md index 5403c9463..597bfa5f6 100644 --- a//bedrock-agentcore/latest/devguide/tagging.md +++ b//bedrock-agentcore/latest/devguide/tagging.md @@ -7,2 +6,0 @@ Tagging overviewResources that support taggingTag restrictionsWorking with tags -Amazon Bedrock AgentCore is in preview release and is subject to change. - @@ -36,0 +35,12 @@ The following AgentCore resources support tagging: + * Workload identity + + * OAuth2 credential provider + + * API key credential provider + + * Workload identity directory + + * Token vault + + * AgentCore Memory + @@ -81,0 +92,6 @@ You can add tags when you create the following AgentCore resources: + * Workload identity + + * OAuth2 credential provider + + * API key credential provider + @@ -135,0 +152,6 @@ You can add tags when you create resources using the following API operations: + * [CreateWorkloadIdentity](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateWorkloadIdentity.html) – Include tags in the `tags` parameter. + + * [CreateOAuth2CredentialProvider](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateOAuth2CredentialProvider.html) – Include tags in the `tags` parameter. + + * [CreateAPIKeyCredentialProvider](https://docs.aws.amazon.com/bedrock-agentcore-control/latest/APIReference/API_CreateAPIKeyCredentialProvider.html) – Include tags in the `tags` parameter. +