AWS Certified Security – Specialty — Question 366

A company is running its workloads in a single AWS Region and uses AWS Organizations. A security engineer must implement a solution to prevent users from launching resources in other Regions.

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

Answer options

Correct answer: D

Explanation

Using a Service Control Policy (SCP) with an explicit deny and the aws:RequestedRegion condition is the most efficient way to restrict regional access across AWS Organizations. Attaching IAM policies to individual users (Options A and C) introduces significant operational overhead, while IAM policies cannot be attached directly to AWS accounts within AWS Organizations (Option B).