AWS Certified Security – Specialty (SCS-C02) — Question 158

A company has AWS accounts in an organization in AWS Organizations. The company needs to install a corporate software package on all Amazon EC2 instances for all the accounts in the organization.

A central account provides base AMIs for the EC2 instances. The company uses AWS Systems Manager for software inventory and patching operations.

A security engineer must implement a solution that detects EC2 instances that do not have the required software. The solution also must automatically install the software if the software is not present.

Which solution will meet these requirements?

Answer options

Correct answer: C

Explanation

The correct answer is C because it effectively utilizes AWS Config to monitor the presence of required software and automates the installation process via an EventBridge rule and AWS Lambda function. Option A fails to ensure instances are updated automatically, while Option B is limited to patching, and Option D does not provide a method for ongoing monitoring and automatic remediation.