nerdexam
Amazon

SCS-C03 · Question #77

A company uses AWS Organizations and has an SCP at the root that prevents sharing resources with external accounts. The company now needs to allow only the marketing account to share resources…

The correct answer is B. Edit the existing SCP to add a condition that excludes the marketing account. Service control policies (SCPs) define the maximum available permissions for accounts and are evaluated as guardrails. AWS Certified Security - Specialty documentation states SCPs are typically used to apply organization-wide restrictions, and exceptions are commonly handled by…

Submitted by katya_ua· Mar 6, 2026Identity and Access Management (IAM)

Question

A company uses AWS Organizations and has an SCP at the root that prevents sharing resources with external accounts. The company now needs to allow only the marketing account to share resources externally while preventing all other accounts from doing so. All accounts are in the same OU. Which solution will meet these requirements?

Options

  • ACreate a new SCP in the marketing account to explicitly allow sharing.
  • BEdit the existing SCP to add a condition that excludes the marketing account.
  • CEdit the SCP to include an Allow statement for the marketing account.
  • DUse a permissions boundary in the marketing account.

How the community answered

(33 responses)
  • A
    3% (1)
  • B
    82% (27)
  • C
    3% (1)
  • D
    12% (4)

Explanation

Service control policies (SCPs) define the maximum available permissions for accounts and are evaluated as guardrails. AWS Certified Security - Specialty documentation states SCPs are typically used to apply organization-wide restrictions, and exceptions are commonly handled by using conditions (for example, excluding specific accounts) or by structuring OUs differently. Because all accounts are in the same OU and the company must continue blocking external sharing for everyone except one account, modifying the existing SCP to exclude the marketing account is the most direct solution. An SCP attached at the root affects all accounts unless conditions narrow its scope. Adding a condition that excludes the marketing account allows that account to retain the ability to share resources externally while the SCP continues to block sharing for other accounts. Option A is not feasible because account-level SCPs cannot override a deny applied by a parent SCP; explicit denies always win. Option C misunderstands SCP behavior because SCPs do not grant permissions; they only limit. Option D is an IAM control that cannot override an organization-level deny. Therefore, the only secure, scalable option is to modify the existing SCP with an exception condition for the marketing account.

Topics

#SCP conditions#account exclusion#AWS Organizations#resource sharing policy

Community Discussion

No community discussion yet for this question.

Full SCS-C03 Practice