Question 298:
You are running a multi-tier architecture on AWS with webserver instances running Nginx. Your users are getting errors when they use the web application. How can you diagnose the errors quickly and efficiently?
Answer options:
A.Install the CloudWatch Logs agent and send Nginx access log data to CloudWatch. From there, pipe the log data through to a third party logging and graphing tool. B.Install the CloudWatch Logs agent and send Nginx access log data to CloudWatch. Then, filter the log streams for searching the relevant errors. C.Send all the errors to AWS Lambda for processing. D.Send all the errors to AWS Config for processing