ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

138 / 500

Question 138:

You meet once per month with your operations team to review the past month’s data. During the meeting, you realize that 3 weeks ago, your monitoring system which pings over HTTP from outside AWS recorded a large spike in latency on your 3-tier web service API. You use DynamoDB for the database layer, ELB, EBS, and EC2 for the business logic tier, and SQS, ELB, and EC2 for the presentation layer. Which of the following techniques will NOT help you figure out what happened?

Answer options:

A.Check your CloudTrail logs for any API calls that caused slowness.
B.Review CloudWatch Event rules to see if any event rules were triggered 3 weeks ago.
C.Review your ELB access logs in S3 to see if any ELBs in your system saw the latency.
D.Analyze your logs to detect bursts in traffic at that time.