AWS Security ChangesHomeSearch

AWS bedrock-agentcore documentation change

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

File: bedrock-agentcore/latest/devguide/creating-agent-identities.md

Summary

Removed preview disclaimer and added command explanations for identity management

Security assessment

Improves clarity of identity management commands but does not introduce new security features or address vulnerabilities. Focuses on usability rather than security.

Diff

diff --git a/bedrock-agentcore/latest/devguide/creating-agent-identities.md b/bedrock-agentcore/latest/devguide/creating-agent-identities.md
index 93ab26fcb..d85afeebf 100644
--- a//bedrock-agentcore/latest/devguide/creating-agent-identities.md
+++ b//bedrock-agentcore/latest/devguide/creating-agent-identities.md
@@ -7,2 +6,0 @@ Manage identities with AWS CLICreate identities with the AgentCore SDK
-Amazon Bedrock AgentCore is in preview release and is subject to change. 
-
@@ -26 +24,3 @@ The AWS CLI provides a straightforward way to create and delete agent identities
-**Create an identity:**
+**Create an identity**
+
+The following command creates a workload identity named `my-agent`.
@@ -33 +33,3 @@ The AWS CLI provides a straightforward way to create and delete agent identities
-**List all identities:**
+**List all identities**
+
+The following command lists all workload identities in your account.
@@ -38 +40,3 @@ The AWS CLI provides a straightforward way to create and delete agent identities
-**Delete an identity:**
+**Delete an identity**
+
+The following command deletes the workload identity named `my-agent`.
@@ -49 +53,3 @@ The AgentCore SDK provides support for creating workload identities in Python.
-**Python example:**
+**Python example**
+
+The following Python code creates a workload identity using the AgentCore SDK.