Question 34:
The operations team and the development team want a single place to view both operating system and application logs. How should you implement this using AWS services?
Answer options:
A.Using AWS CloudFormation, create a CloudWatch Logs group and send the operating system and application logs using the CloudWatch Logs Agent. B.Using AWS CloudFormation and configuration management, set up remote logging to send events via UDP packets to CloudTrail. C.Set up remote logging to send events to an Amazon Kinesis stream and forward these logs into Amazon CloudWatch Event or Amazon Redshift, depending on available analytic tools. D.Using AWS CloudFormation, merge the application logs with the operating system logs, and use IAM Roles to allow both teams to have access to view the output from Amazon EC2 console.