nerdexam
Amazon

SCS-C02 · Question #191

A company uses an organization in AWS Organizations to manage its AWS accounts. The company has implemented an SCP in the root account to prevent resources from being shared with external accounts…

The correct answer is B. Edit the existing SCP to add a Condition statement that excludes the marketing team's account. The SCP continues to prevent resource sharing with external accounts for all other accounts in the organization. The marketing team's account is specifically exempted from this restriction, allowing them to share resources as needed. Here's an example of a Condition statement…

Submitted by ashley.k· Mar 6, 2026Identity and Access Management

Question

A company uses an organization in AWS Organizations to manage its AWS accounts. The company has implemented an SCP in the root account to prevent resources from being shared with external accounts. The company now needs to allow applications in its marketing team's AWS account to share resources with external accounts. The company must continue to prevent all the other accounts in the organization from sharing resources with external accounts. All the accounts in the organization are members of the same OU. Which solution will meet these requirements?

Options

  • ACreate a new SCP in the marketing team's account Configure the SCP to explicitly allow resource
  • BEdit the existing SCP to add a Condition statement that excludes the marketing team's account.
  • CEdit the existing SCP to include an Allow statement that specifies the marketing team's account.
  • DCreate an IAM permissions boundary policy to explicitly allow resource sharing Attach the policy

How the community answered

(43 responses)
  • A
    9% (4)
  • B
    74% (32)
  • C
    2% (1)
  • D
    14% (6)

Explanation

The SCP continues to prevent resource sharing with external accounts for all other accounts in the organization. The marketing team's account is specifically exempted from this restriction, allowing them to share resources as needed. Here's an example of a Condition statement that could be used: "StringEquals": { "aws:PrincipalOrgID": "<marketing-team-account-id>"

Topics

#SCP#Organizations#resource sharing exception#account-level exclusion

Community Discussion

No community discussion yet for this question.

Full SCS-C02 Practice