AWS Certified Security – Specialty — Question 204

A Security Engineer must design a system that can detect whether a file on an Amazon EC2 host has been modified. The system must then alert the Security
Engineer of the modification.
What is the MOST efficient way to meet these requirements?

Answer options

Correct answer: B

Explanation

Option B is the correct answer as installing host-based IDS software specifically focuses on file integrity monitoring, which directly meets the requirement of detecting file changes. The other options either do not specifically address file modification detection (A and C) or propose an overly complex and indirect solution (D) that involves terminating the instance instead of simply alerting about the modifications.