AWS Certified Security – Specialty (SCS-C02) — Question 241

A company uses AWS Organizations to manage a small number of AWS accounts. However, the company plans to add 1,000 more accounts soon. The company allows only a centralized security team to create IAM roles for all AWS accounts and teams. Application teams submit requests for IAM roles to the security team. The security team has a backlog of IAM role requests and cannot review and provision the IAM roles quickly.

The security team must create a process that will allow application teams to provision their own IAM roles. The process must also limit the scope of IAM roles and prevent privilege escalation.

Which solution will meet these requirements with the LEAST operational overhead?

Answer options

Correct answer: D

Explanation

Option D is correct because it limits the creation of IAM roles to only those that adhere to the defined permissions boundary, ensuring both control and security. Option A introduces unnecessary user management overhead, while Option B relies on periodic reviews that may not address immediate needs. Option C focuses on service access rather than the specific role-creation requirements, making it less suitable for the scenario.