AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 319

A company's DevOps engineer must install a software package on 30 on-premises VMs and 15 Amazon EC2 instances.

The DevOps engineer needs to ensure that all VMs receive the package in a process that is auditable and that any configuration drift on the VMs is automatically identified and alerted on. The company uses AWS Direct Connect to connect its on-premises data center to AWS.

Which solution will meet these requirements with the MOST operational efficiency?

Answer options

Correct answer: B

Explanation

Option B is the most operationally efficient solution because installing the SSM Agent on both EC2 and hybrid on-premises VMs allows AWS Systems Manager to centrally manage and audit the software installation. AWS Config integrates seamlessly with systems manager managed instances to record configuration changes and detect drift, while Amazon SNS automates the alerting process. The other options rely on manual processes or custom scripts, which increase operational overhead and fail to provide robust, out-of-the-box auditing.