AWS bedrock-agentcore documentation change
Summary
Updated terminology from 'persistent filesystems' to 'persistent file systems' and fixed link references
Security assessment
Cosmetic terminology update and link corrections. Security guidance content remains unchanged.
Diff
diff --git a/bedrock-agentcore/latest/devguide/runtime-security-best-practices.md b/bedrock-agentcore/latest/devguide/runtime-security-best-practices.md index 661c0c076..f6784d068 100644 --- a//bedrock-agentcore/latest/devguide/runtime-security-best-practices.md +++ b//bedrock-agentcore/latest/devguide/runtime-security-best-practices.md @@ -48 +48 @@ Amazon Bedrock AgentCore Runtime provides strong isolation boundaries through de - * **Be aware of filesystem permission behavior** — When using [persistent filesystems](./runtime-persistent-filesystems.html), permissions are stored but not enforced within the session. `chmod` and `stat` work correctly, but access checks always succeed because the agent runs as the only user in the microVM. + * **Be aware of filesystem permission behavior** — When using [persistent file systems](./runtime-filesystem-configurations.html), permissions are stored but not enforced within the session. `chmod` and `stat` work correctly, but access checks always succeed because the agent runs as the only user in the microVM. @@ -217 +217 @@ Replace `region` with your AWS Region identifier (for example, `us-east-2`). -Replace `region` with your AWS Region identifier (for example, `us-west-2`). If you also use [persistent filesystems](./runtime-persistent-filesystems.html), add the session storage bucket to this policy. For more information, see [Configure AgentCore Runtime for VPC](./agentcore-vpc.html). +Replace `region` with your AWS Region identifier (for example, `us-west-2`). If you also use [persistent file systems](./runtime-filesystem-configurations.html), add the session storage bucket to this policy. For more information, see [Configure AgentCore Runtime for VPC](./agentcore-vpc.html).