AWS Certified Security – Specialty — Question 425

A security engineer must develop an AWS Identity and Access Management (IAM) strategy for a company's organization in AWS Organizations. The company needs to give developers autonomy to develop and test their applications on AWS, but the company also needs to implement security guardrails to help protect itself. The company creates and distributes applications with different levels of data classification and types. The solution must maximize scalability.

Which combination of steps should the security engineer take to meet these requirements? (Choose three.)

Answer options

Correct answer: A, C, D

Explanation

Using OUs structured by data classification (Option D) and applying SCPs (Option A) provides a highly scalable way to enforce security guardrails at the account level. Allowing developers to create roles via a delegated IAM role (Option C) grants them operational autonomy while keeping permissions within safe, predefined boundaries. Other options like IAM groups containing roles (Option E) are technically invalid, and managing individual IAM policies per account (Option F) does not scale effectively.