AWS Certified Security – Specialty — Question 225

A security engineer needs to build a solution to turn AWS CloudTrail back on in multiple AWS Regions in case it is ever turned off.
What is the MOST efficient way to implement this solution?

Answer options

Correct answer: C

Explanation

The correct answer is C because creating an Amazon CloudWatch alarm with a StopLogging event allows for immediate action through a Lambda function to restart logging. Options A and B do not provide the same level of direct response to the logging status, while D relies on manual monitoring rather than automatic remediation.