AWS Certified SysOps Administrator – Associate — Question 96

A company uses AWS Organizations to manage multiple AWS accounts. The company’s SysOps team has been using a manual process to create and manage IAM roles. The team requires an automated solution to create and manage the necessary IAM roles for multiple AWS accounts.

What is the MOST operationally efficient solution that meets these requirements?

Answer options

Correct answer: D

Explanation

The correct answer is D because AWS CloudFormation StackSets allows for the deployment of CloudFormation templates across multiple accounts and regions, making it the most efficient way to automate IAM role management. Option A, while useful, requires manual template reuse for each account, and options B and C do not address the direct requirement of managing IAM roles specifically.