AWS Certified Generative AI – Professional (AIP-C01) — Question 46

An international company is building an AI assistant that uses RAG. The company wants the AI assistant to have near real-time, low-latency performance. The AI assistant must provide service to several geographic areas. The company's customers will use proprietary data with the AI assistant. The proprietary data must not leave the company's immediate geographic area.
Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is the correct choice because it allows the Amazon Bedrock model to be deployed in each AWS Region, ensuring low-latency performance while keeping proprietary data within the respective regions. Option A involves more complexity with AWS Lambda and Kendra for each region, which may not be necessary. Option C's use of AWS Outposts introduces additional infrastructure overhead, while Option D uses Local Zones, which may not meet the real-time requirement as effectively as the solution in Option B.