AWS Certified Security – Specialty — Question 10

An application outputs logs to a text file. The logs must be continuously monitored for security incidents.
Which design will meet the requirements with MINIMUM effort?

Answer options

Correct answer: B

Explanation

Option B is the correct choice as it directly installs the Amazon CloudWatch Logs agent on the EC2 instance, making it straightforward to monitor logs with minimal configuration. Other options involve more complex setups, such as using S3 or Kinesis, which require additional steps and resources, increasing the effort needed to achieve the same outcome.