A manufacturing company uses a legacy on-premises ERP system to track assembly line issues. The company wants to integrate Amazon Bedrock to automatically analyze "Technician Notes" (unstructured text) and categorize the root cause of failures using the Anthropic Claude 4.5 Sonnet model.The legacy ERP system has a strict limitation: it blocks all user operations while waiting for external API responses and times out if a response takes longer than 300 milliseconds. The GenAI analysis typically takes 3–5 seconds to complete.As a GenAI Developer, which integration architecture should you design to incorporate the Foundation Model (FM) capabilities without disrupting the legacy system's operations?
A development team is building a serverless application where AWS Lambda functions need to invoke Amazon Bedrock foundation models to generate product descriptions. The security team requires that the Lambda functions follow the principle of least privilege when accessing AWS services.Which approach should the developer implement to grant the Lambda function access to Amazon Bedrock?
A travel company is building a complex "Vacation Planner" system using Amazon Bedrock Agents multi-agent collaboration:Flight Specialist Agent: Searches flight databases using a Lambda-based action groupHotel Specialist Agent: Searches hotel inventory using an API-based action groupSupervisor Agent: Interacts with the user, breaks down the "Plan a trip to Paris" request, delegates sub-tasks to the specialist agents, and aggregates their findings into a final itineraryThe developer needs to optimize the system to reduce latency for simple, single-domain queries (like "Find me a hotel in Paris") while maintaining the ability to handle complex multi-step requests (like "Plan a complete 5-day vacation to Paris").Which collaboration mode configuration meets this requirement?
A financial analyst uses an internal GenAI tool to extract data from quarterly earnings PDFs into a standardized JSON format. The application is reporting frequent ValidationError exceptions in the backend. Upon investigation, the developer notices that for certain complex PDFs, the model either omits required fields or outputs the data as a Markdown table instead of JSON, despite the system prompt instructions.Which troubleshooting and remediation workflow should the developer implement to resolve these prompt maintenance issues and prevent recurrence?
A financial services company wants to develop an Amazon Bedrock application that gives analysts the ability
to query quarterly earnings reports and financial statements. The financial documents are typically 5–100
pages long and contain both tabular data and text. The application must provide contextually accurate
responses that preserve the relationship between financial metrics and their explanatory text. To support
accurate and scalable retrieval, the application must incorporate document segmentation and context
management strategies.Which solution will meet these requirements?