Question 341:
An organization has a distributed application running. This application is implemented with microservices architecture using AWS services including Lambda, API Gateway, SNS and SQS. What is the cost-effective best way to analyze, debug and notify if any issues arise in production?
Answer options:
A.Use Cloud watch dashboard to monitor the application, create a cloud watch alarm to notify for any errors. B.Use Cloud watch events to trigger a lambda and notify. C.Use X-Ray to analyse and debug the application and use CloudWatch alarm to notify. D.Use 3rd party tools to debug and notify.