nerdexam
Amazon

SCS-C02 · Question #447

A company is using AWS Organizations with the default SCP. The company needs to restrict AWS usage for all AWS accounts that are in a specific OU. Except for some desired global services, the AWS usag

Sign in or unlock SCS-C02 to reveal the answer and full explanation for question #447. The question stem and answer options stay visible for context.

Submitted by devops_kid· Mar 6, 2026Identity and Access Management / Security Controls - implementing organizational guardrails using SCPs to enforce region-based restrictions across AWS accounts

Question

A company is using AWS Organizations with the default SCP. The company needs to restrict AWS usage for all AWS accounts that are in a specific OU. Except for some desired global services, the AWS usage must occur only in the eu-west-1 Region for all accounts in the OU. A security engineer must create an SCP that applies the restriction to existing accounts and any new accounts in the OU. Which SCP will meet these requirements? A. B. C. D.

Exhibits

SCS-C02 question #447 exhibit 1
SCS-C02 question #447 exhibit 2
SCS-C02 question #447 exhibit 3
SCS-C02 question #447 exhibit 4

Options

  • A{"Version": "2012-10-17", "Statement": [ { "Sid": "DenyNonDefaultRegions", "Effect": "Deny", "NotAction": [ "<Desired Global Services>" ], "Resource": "*", "Condition": { "StringEquals": { "aws:RequestedRegion": [ "eu-west-1" ] } } } ]}
  • B{"Version": "2012-10-17", "Statement": [ { "Sid": "DenyNonDefaultRegions", "Effect": "Allow", "Action": [ "<Desired Global Services>" ], "Resource": "*", "Condition": { "StringEquals": { "aws:RequestedRegion": [ "eu-west-1" ] } } } ]}
  • C{"Version": "2012-10-17", "Statement": [ { "Sid": "DenyNonDefaultRegions", "Effect": "Deny", "NotAction": [ "<Desired Global Services>" ], "Resource": "*", "Condition": { "StringNotEquals": { "aws:RequestedRegion": [ "eu-west-1" ] } } } ]}
  • D{"Version": "2012-10-17", "Statement": [ { "Sid": "DenyNonDefaultRegions", "Effect": "Allow", "NotAction": [ "<Desired Global Services>" ], "Resource": "*", "Condition": { "StringNotEquals": { "aws:RequestedRegion": [ "eu-west-1" ] } } } ]}

Unlock SCS-C02 to see the answer

You've previewed enough free SCS-C02 questions. Unlock SCS-C02 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.

Topics

#AWS Organizations#Service Control Policies (SCPs)#IAM Policy Conditions#Region Restriction
Full SCS-C02 Practice