AWS Certified DevOps Engineer – Professional (DOP-C02) — Question 343

A company is using AWS Organizations and wants to implement a governance strategy with the following requirements:

• AWS resource access is restricted to the same two Regions for all accounts.
• AWS services are limited to a specific group of authorized services for all accounts.
• Authentication is provided by Active Directory.
• Access permissions are organized by job function and are identical in each account.

Which solution will meet these requirements?

Answer options

Correct answer: D

Explanation

Service Control Policies (SCPs) managed in the AWS Organizations management account are the correct mechanism to globally restrict AWS Regions and services across all member accounts. Deploying consistent IAM roles across multiple accounts is best achieved using AWS CloudFormation StackSets, which can include trust policies pointing to an Active Directory-linked IAM identity provider for authentication. Other options are incorrect because group policies and permission boundaries cannot be applied globally from the management account to restrict member accounts, and AWS RAM cannot be used to share IAM roles.