AWS Security ChangesHomeSearch

AWS nova-act documentation change

Service: nova-act · 2026-04-16 · Documentation low

File: nova-act/latest/userguide/glos-chap.md

Summary

Added a markdown link and updated glossary entry for 'agent trajectory data' with a link to S3 export permissions documentation

Security assessment

The change adds a reference to S3 export permissions documentation in the glossary entry for 'agent trajectory data'. This enhances security documentation by guiding users to configure proper S3 permissions for data export, which is a security best practice for access control.

Diff

diff --git a/nova-act/latest/userguide/glos-chap.md b/nova-act/latest/userguide/glos-chap.md
index 46bc36ace..dc1ff4e34 100644
--- a//nova-act/latest/userguide/glos-chap.md
+++ b//nova-act/latest/userguide/glos-chap.md
@@ -0,0 +1,2 @@
+[View a markdown version of this page](glos-chap.md)
+
@@ -21 +23 @@ agent trajectory data
-The data that Nova Act temporarily stores to maintain historical context while executing a workflow, including the input prompt, screenshots, and agent response. You can opt into persisting agent trajectory data indefinitely by configuring the service to write this data to an Amazon S3 bucket that you own and control. For more information, see [WorkflowExportConfig](https://docs.aws.amazon.com/nova-act/latest/APIReference/API_WorkflowExportConfig.html) in the _Amazon Nova Act API Reference_.
+The data that Nova Act temporarily stores to maintain historical context while executing a workflow, including the input prompt, screenshots, and agent response. You can opt into persisting agent trajectory data indefinitely by configuring the service to write this data to an Amazon S3 bucket that you own and control. For more information, see [WorkflowExportConfig](https://docs.aws.amazon.com/nova-act/latest/APIReference/API_WorkflowExportConfig.html) in the _Amazon Nova Act API Reference_. To learn about the required S3 permissions, see [Configure access to an Amazon S3 bucket for data export](./security-iam-s3-export-permissions.html).