Question 147:
You have an application hosted in AWS, which sits on EC2 Instances behind an Elastic Load Balancer. You have added a new feature to your application and are now receiving users` complaints that the site has a slow response. Which of the below actions can you carry out to help you pinpoint the issue?
Answer options:
A.Use Cloudtrail to log all the API calls, and then traverse the log files to locate the issue. B.Use Cloudwatch, monitor the CPU utilization to see the times when the CPU peaked. C.Review the Elastic Load Balancer logs. D.Create some custom Cloudwatch metrics which are pertinent to the key features of your application.