Question 54:
Your company owns a large number of AWS accounts managed by AWS Organizations. To meet security compliance, the CloudTrail should always be enabled in all AWS accounts. However, during the last couple of weeks, it was noticed that IAM users in certain AWS accounts disabled the CloudTrail feature. You need to add a restriction rule to prevent such actions. What is the best way to achieve that?
Answer options:
A.For each IAM user, configure an inline IAM policy to deny the CloudTrail StopLogging action. B.Create an IAM policy to deny CloudTrail StopLogging action. Add the policy to each IAM user. C.Configure a Service Control Policy (SCP) to deny the CloudTrail StopLogging action and add the policy to the relevant OUs in the organization. D.For each IAM user, add a permission boundary to disallow the CloudTrail StopLogging action.