AWS Certified Security – Specialty (SCS-C02) — Question 255
A security administrator is restricting the capabilities of company root user accounts. The company uses AWS Organizations and has all features enabled.
The management account is used for billing and administrative purposes, but it is not used for operational AWS resource purposes.
How can the security administrator restrict usage of member root user accounts across the organization?
Answer options
- A. Disable the use of the root user account at the organizational root. Enable multi-factor authentication (MFA) of the root user account for each organization member account.
- B. Configure IAM user policies to restrict root account capabilities for each organization member account.
- C. Create an OU in Organizations, and attach an SCP that controls usage of the root user. Add all member accounts to the new OU.
- D. Configure AWS CloudTrail to integrate with Amazon CloudWatch Logs. Create a metric filter for RootAccountUsage.
Correct answer: C
Explanation
The correct answer, C, involves creating an Organizational Unit (OU) with an SCP that can effectively manage root user account usage across the organization. Options A and B do not provide a comprehensive organizational approach to restrict root account usage, and option D focuses on monitoring rather than restricting access.