AWS Certified SysOps Administrator – Associate — Question 470

An environment consists of 100 Amazon EC2 Windows instances. The Amazon CloudWatch agent is deployed and running on all EC2 Instances with a baseline configuration file to capture log files. There is a new requirement to capture the DHCP log files that exist on 50 of the instances.
What is the MOST operationally efficient way to meet this new requirement?

Answer options

Correct answer: A

Explanation

Using AWS Systems Manager Run Command with the append-config option allows administrators to dynamically merge a new CloudWatch agent configuration file for DHCP logs with the existing baseline configuration across multiple instances simultaneously, making it highly operationally efficient. Manually logging into individual instances to run configuration wizards or deploy custom PowerShell scripts introduces significant administrative overhead and increases the risk of configuration drift. Option A is the only solution that leverages automation to apply changes at scale without manual intervention on each server.