ExamQuestions.com

Register
Login
AWS Certified DevOps Engineer Professional Exam Questions

Amazon

AWS Certified DevOps Engineer Professional

48 / 500

Question 48:

Your current log analysis application takes more than four hours to generate a report of the top 10 users of your web application. You have been asked to implement a system that can report this information in real-time, ensure that the report is always up to date, and handle increases in the number of requests to your web application. Choose the option that is cost-effective and can fulfill the requirements.

Answer options:

A.Publish your data to CloudWatch Logs, and configure your application to autoscale to handle the load on demand.
B.Publish your log data to an Amazon S3 bucket.Use AWS CloudFormation to create an Auto Scaling group to scale your post-processing application configured to pull down your log files stored in an Amazon S3.
C.Post your log data to an Amazon Kinesis data stream, and subscribe to your log-processing application so that it is configured to process your logging data. Configure your application to autoscale to handle the load on demand.
D.Create a multi-AZ Amazon RDS MySQL cluster, post the logging data to MySQL, and run a map reduce job to retrieve the required information on user counts.