An ML engineer uses A/B testing to dynamically select recommendation models. The models are deployed on Amazon SageMaker AI endpoints. The ML engineer needs to monitor system metrics such as latency, call volume, and HTTP status codes when the endpoints are invoked. Which solution will meet these requirements with the LEAST operational overhead?
- AUse AWS X-Ray tracing to monitor SageMaker AI endpoints.
- BConfigure Amazon CloudWatch dashboards with AWS Lambda log processors. (correct answer)
- CEnable AWS Identity and Access Management (IAM) Access Analyzer to track SageMaker AI endpoint metrics.
- DDeploy AWS Trusted Advisor checks on SageMaker AI endpoint instances.
Reveal answer & explanationHide answer
The correct answer is B. Option B: Configure Amazon CloudWatch dashboards with AWS Lambda log processors.
Explanation
AWS Lambda runs code without provisioning servers and scales automatically, which minimizes operational overhead. Amazon RDS is a managed relational database that handles patching, backups and failover. Amazon CloudWatch collects metrics, logs and alarms to monitor and react to operational health.