Multiple Choice
You are hired as the new head of operations for a SaaS company. Your CTO has asked you to make debugging any part of your entire operation simpler and as fast as possible. She complains that she has no idea what is going on in the complex, service-oriented architecture, because the developers just log to disk, and it's very hard to find errors in logs on so many services. How can you best meet this requirement and satisfy your CTO?
A) Copy all log files into AWS S3 using a cron job on each instance. Use an S3 Notification Configuration on the <code>PutBucket</code> event and publish events to AWS Lambda. Use the Lambda to analyze logs as soon as they come in and flag issues.
B) Begin using CloudWatch Logs on every service. Stream all Log Groups into S3 objects. Use AWS EMR cluster jobs to perform ad-hoc MapReduce analysis and write new queries when needed.
C) Copy all log files into AWS S3 using a cron job on each instance. Use an S3 Notification Configuration on the <code>PutBucket</code> event and publish events to AWS Kinesis. Use Apache Spark on AWS EMR to perform at-scale stream processing queries on the log chunks and flag issues.
D) Begin using CloudWatch Logs on every service. Stream all Log Groups into an AWS Elasticsearch Service Domain running Kibana 4 and perform log analysis on a search cluster.
Correct Answer:

Verified
Correct Answer:
Verified
Q473: A mobile application running on eight Amazon
Q474: A company maintains a stateless web application
Q475: To access the AWS Security Token Service
Q476: Your company wants to understand where cost
Q477: An application runs on Amazon EC2 instances
Q479: An application has microservices spread across different
Q480: A DevOps Engineer is researching the least-expensive
Q481: A retail company is currently hosting a
Q482: What does it mean if you have
Q483: A government agency has multiple AWS accounts,