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

A financial services company is developing a generative AI (GenAI) application that serves both premium customers and standard customers. The application uses AWS Lambda functions behind an Amazon API Gateway REST API to process requests. The company needs to dynamically switch between AI models based on which customer tier each user belongs to. The company also wants to perform A/B testing for new features without redeploying code. The company needs to validate model parameters like temperature and maximum token limits before applying changes.
Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: C

Explanation

The correct answer, C, is ideal because AWS AppConfig simplifies the management of application configurations with minimal operational overhead, allows for A/B testing through feature flags, and supports JSON schema validation. Options A and B involve more complexity due to manual polling or access optimizations that could introduce latency, while option D complicates the setup with caching and monitoring requirements.