AWS Certified SysOps Administrator – Associate — Question 288

A SysOps administrator manages policies for many AWS member accounts in an AWS Organizations structure. Administrators on other teams have access to the account root user credentials of the member accounts. The SysOps administrator must prevent all teams, including their administrators, from using Amazon DynamoDB. The solution must not affect the ability of the teams to access other AWS services.

Which solution will meet these requirements?

Answer options

Correct answer: B

Explanation

Service Control Policies (SCPs) are the only mechanism in AWS that can restrict actions for the root user of a member account within AWS Organizations. Applying a deny SCP at the organization root successfully blocks Amazon DynamoDB access for all accounts and users, including root. Removing the default FullAWSAccess SCP, as suggested in Option D, would block access to all other AWS services, which violates the requirement to leave other services unaffected.