nerdexam
Amazon

SAP-C02 · Question #503

A company is designing an AWS Organizations structure. The company wants to standardize a process to apply tags across the entire organization. The company will require tags with specific values…

The correct answer is A. Use an SCP to deny the creation of resources that do not have the required tags. Create a tag. To standardize and enforce required tags with specific, OU-unique values during resource creation across an AWS Organization, use an SCP to deny untagged resource creation and a Tag Policy to define the allowed tag values for each OU.

Submitted by suresh_in· Mar 6, 2026Design Solutions for Organizational Complexity

Question

A company is designing an AWS Organizations structure. The company wants to standardize a process to apply tags across the entire organization. The company will require tags with specific values when a user creates a new resource. Each of the company's OUs will have unique tag values. Which solution will meet these requirements?

Options

  • AUse an SCP to deny the creation of resources that do not have the required tags. Create a tag
  • BUse an SCP to deny the creation of resources that do not have the required tags. Create a tag
  • CUse an SCP to allow the creation of resources only when the resources have the required tags.
  • DUse an SCP to deny the creation of resources that do not have the required tags. Define the list

How the community answered

(58 responses)
  • A
    81% (47)
  • B
    10% (6)
  • C
    2% (1)
  • D
    7% (4)

Why each option

To standardize and enforce required tags with specific, OU-unique values during resource creation across an AWS Organization, use an SCP to deny untagged resource creation and a Tag Policy to define the allowed tag values for each OU.

AUse an SCP to deny the creation of resources that do not have the required tags. Create a tagCorrect

An Service Control Policy (SCP) can effectively deny the creation of resources that do not include the required tags, enforcing mandatory tagging at the time of resource creation. AWS Organizations Tag Policies then complement this by allowing the definition of specific, allowed tag keys and values, which can be applied to individual OUs to enforce unique tag values across the organization.

BUse an SCP to deny the creation of resources that do not have the required tags. Create a tag

This choice is structurally identical to A; however, A is specified as the correct answer, implying B is not the selected choice.

CUse an SCP to allow the creation of resources only when the resources have the required tags.

AWS Config rules are primarily used for auditing resource configurations and tags *after* resources are created, meaning they cannot *prevent* resource creation if tags are missing or incorrect, which is a key requirement.

DUse an SCP to deny the creation of resources that do not have the required tags. Define the list

While IAM policies can use condition keys for tags, this approach is less scalable and harder to manage centrally across an entire organization compared to using AWS Organizations Tag Policies, which are specifically designed for organization-wide tag governance.

Concept tested: Tag governance, AWS Organizations SCPs, Tag Policies

Source: https://docs.aws.amazon.com/organizations/latest/userguide/orgs_manage_policies_tag-policies.html

Community Discussion

No community discussion yet for this question.

Full SAP-C02 Practice