AWS nova-act documentation change
Summary
Added a markdown link, a note about exportConfig requiring additional S3 permissions, and changed section title to 'Configure access to an S3 bucket'
Security assessment
The change adds a note about the exportConfig parameter requiring additional S3 permissions and changes a section title to focus on S3 bucket access configuration. This adds security documentation about IAM permissions needed for data export to S3, which is important for access control and data security.
Diff
diff --git a/nova-act/latest/userguide/security-iam-awsmanpol.md b/nova-act/latest/userguide/security-iam-awsmanpol.md index 94becd120..17e279304 100644 --- a//nova-act/latest/userguide/security-iam-awsmanpol.md +++ b//nova-act/latest/userguide/security-iam-awsmanpol.md @@ -0,0 +1,2 @@ +[View a markdown version of this page](security-iam-awsmanpol.md) + @@ -60,0 +63,4 @@ For example: +###### Note + +If you use the `exportConfig` parameter in `CreateWorkflowDefinition` to export Agent Trajectory Data to an S3 bucket, the calling identity requires additional S3 permissions. For details, see [Configure access to an Amazon S3 bucket for data export](./security-iam-s3-export-permissions.html). + @@ -76 +82 @@ To use the Amazon Web Services Documentation, Javascript must be enabled. Please -Identity-based policy examples +Configure access to an S3 bucket