ExamQuestions.com

Register
Login
AWS Certified Security Specialty Exam Questions

Amazon

AWS Certified Security Specialty

55 / 310

Question 55:

You are working in the cloud security team in a big company. In order to meet security compliance, you are in charge of applying AWS Config rules to AWS accounts in other organizational units (OUs). However, it has been found that the Config rules may be deleted by IAM users accidentally in these AWS accounts. You need to prevent such actions from happening again. How should you implement this?

Answer options:

A.Create a Service Control Policy (SCP) that contains a deny to DeleteConfigRule. Apply the SCP to the root account in the AWS Organization.
B.Implement an SCP that contains a deny to DeleteConfigRule action and apply the SCP to organizational units in the AWS Organization.
C.Create a permission boundary in an SCP that denies the DeleteConfigRule action. Apply the new SCP to organizational units in the AWS Organization.
D.Create a default IAM policy that denies DeleteConfigRule action. Apply the IAM policy to IAM users or roles in other AWS accounts.