AWS nova documentation change
Summary
Added new section with guide structure, prerequisites (including IAM permissions), code examples, and limitations documentation
Security assessment
The change adds documentation about required IAM permissions for invoking Bedrock models, which relates to security best practices for access control. However, there is no evidence this addresses a specific security vulnerability.
Diff
diff --git a/nova/latest/nova2-userguide/using-nova-capabilities.md b/nova/latest/nova2-userguide/using-nova-capabilities.md index 5c2f8f24d..8673c1c7f 100644 --- a//nova/latest/nova2-userguide/using-nova-capabilities.md +++ b//nova/latest/nova2-userguide/using-nova-capabilities.md @@ -6,0 +7,39 @@ +This guide provides task-based recipes and practical examples to help you integrate Nova's capabilities into your applications quickly and effectively. It is designed for developers and engineers who want to: + + * Integrate Nova models into their applications via API + + * Understand preprocessing requirements and optimization strategies + + * Implement multimodal understanding workflows + + + + +Each section provides: + + * Key technical information about supported formats, size limits, and token estimation + + * Code examples that demonstrate how to use API with both direct upload and Amazon S3 + + * Use cases that show practical applications + + * Limitations to consider when designing your application + + + + +**Prerequisites** + +Before you begin, ensure you have: + + * An AWS account with access to Amazon Bedrock + + * Appropriate IAM permissions for invoking Bedrock models + + * AWS SDK installed (Boto3 for Python examples) + + * Basic familiarity with AWS services, such as Amazon S3 (for large file handling) + + + + @@ -24 +63 @@ Prompting multimodal inputs -audience +Reasoning