AWS Certified SysOps Administrator – Associate — Question 193

A SysOps administrator needs to collect the content of log files from a custom application that is deployed across hundreds of Amazon EC2 instances running Ubuntu. The log files need to be stored in Amazon CloudWatch Logs.

How should the SysOps administrator collect the application log files with the LOWEST operational overhead?

Answer options

Correct answer: D

Explanation

The correct answer is D because it minimizes operational overhead by leveraging AWS Systems Manager to install the CloudWatch agent and using the Parameter Store for configuration management. Options A, B, and C require more manual configuration or installation steps on each instance, leading to higher operational overhead.