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

A company is using AWS Lambda and REST APIs to build a reasoning agent to automate support workflows. The system must preserve memory across interactions, share the relevant agent state, and support event-driven invocation and synchronous invocation. The system must also enforce access control and session-based permissions.
Which combination of steps provides the MOST scalable solution? (Choose two.)

Answer options

Correct answer: A, B

Explanation

Options A and B are the most scalable because they leverage Amazon Bedrock AgentCore for managing memory and session states, as well as utilizing event-driven architecture with API Gateway and EventBridge, which enhances scalability. The other options either involve more complex orchestration or do not fully utilize the built-in capabilities of AWS services for scalability and session management.