Question 57:
Every application in a company’s portfolio has a separate AWS account for development and production. The security team wants to prevent the root user and all IAM users in the production accounts from accessing a specific set of unneeded services. How can they control this functionality?
Answer options:
A.Create a Service Control Policy that denies access to the services. Assemble all production accounts in an organizational unit. Apply the policy to that organizational unit. B.Create a Service Control Policy that denies access to the services. Apply the policy to the root account. C.Create an IAM policy that denies access to the services. Associate the policy with an IAM group and enlist all users and the root users in this group. D.Create an IAM policy that denies access to the services. Create a Config Rule that checks that all users have the policy assigned. Trigger a Lambda function that adds the policy when found missing.