AWS bedrock documentation change
Summary
Removed preview notice and updated session sharing guidance to account-level isolation
Security assessment
The change modifies session management practices but does not directly address security vulnerabilities. The session isolation update is a feature adjustment rather than a security fix.
Diff
diff --git a/bedrock/latest/userguide/agents-create-inline.md b/bedrock/latest/userguide/agents-create-inline.md index 497575f92..feb57750f 100644 --- a//bedrock/latest/userguide/agents-create-inline.md +++ b//bedrock/latest/userguide/agents-create-inline.md @@ -9,4 +8,0 @@ Guidelines for using advanced prompt templates for inline agents -###### Note - -Configuring and invoking an inline agent feature is in preview release for Amazon Bedrock and is subject to change. - @@ -56 +52 @@ Configuring and invoking an inline agent is currently not supported in the Amazo - * **Session sharing** — If you have users with 2 different roles starting a session with same sessionId, they will interact with different sessions. If session sharing is required create a shared role for your users to start a conversation. + * **Session sharing** — Going forward all sessions are account level instead of role level. You can isolate sessions at the agent level by specifying a unique value for `agentName`.