A company needs a serverless, internal-only chat interface for employees to search a large internal document knowledge base. Which combination of steps will satisfy these requirements?
Choose an answer
Tap an option to check your answer.
Correct answer: Set up Amazon Bedrock with the Anthropic Claude foundation model., Use AWS Lambda functions with Amazon API Gateway to invoke the model API., Use an Amazon S3 bucket to store vector database dumps and embeddings..
Why this is the answer
The correct combination involves Bedrock, Lambda/API Gateway, and S3. Amazon Bedrock offers a serverless way to access foundation models like Anthropic Claude, suitable for the chat interface's AI capabilities. AWS Lambda and Amazon API Gateway provide a serverless architecture for the chat interface itself, handling requests and invoking the Bedrock model without managing servers. Amazon S3 is a cost-effective and scalable object storage service ideal for storing vector database dumps and embeddings, which are crucial for the knowledge base search. Incorrect options: SageMaker JumpStart with Llama is a valid option for foundation models, but Bedrock is generally preferred for fully managed, serverless access to a variety of FMs. EC2 instances introduce server management overhead, violating the "serverless" requirement. Amazon RDS for MySQL is a relational database, not optimized for storing vector embeddings, which are better suited for specialized vector databases or object storage like S3.
Pass your exam — without the endless answer hunt
Get every verified question and explanation for this exam in one place, and save hours of prep. 1,000+ certifications · 20+ languages · free to start.
Pass your exam faster → No card needed