AWS Certified Solutions Architect – Associate (SAA-C03) — Question 458

A company is expecting rapid growth in the near future. A solutions architect needs to configure existing users and grant permissions to new users on AWS. The solutions architect has decided to create IAM groups. The solutions architect will add the new users to IAM groups based on department.

Which additional action is the MOST secure way to grant permissions to the new users?

Answer options

Correct answer: C

Explanation

To assign permissions to users within an IAM group, you must attach an IAM policy directly to that group while adhering to the principle of least privilege. IAM roles cannot be attached to IAM groups, making options B and D incorrect. Service control policies (SCPs) are used in AWS Organizations to set permission boundaries at the account level rather than granting permissions to specific IAM groups, making option A incorrect.