An organization uses AWS Organizations with consolidated billing. A SysOps administrator enforces a tag policy across all member accounts to ensure all Amazon EC2 instances are tagged with `InitiativeID` for tracking project costs. After verifying that the member accounts have compliant resources with the `InitiativeID` tag applied, the administrator attempts to create a cost-budget in the management account but finds that `InitiativeID` is missing from the tag filter list in the AWS Budgets console. Which action must the administrator perform to resolve this issue?
- Navigate to the Cost Allocation Tags section in the management account's Billing and Cost Management console, select the `InitiativeID` tag, and click Activate.Answer
- BAccess the Billing and Cost Management console of each individual member account, locate the Cost Allocation Tags list, and activate the `InitiativeID` tag.
- CUpdate the tag policy JSON document in AWS Organizations to include a boolean parameter that marks the `InitiativeID` tag as active for billing.
- DWait for the next invoicing cycle to run, allowing the AWS Billing service to discover and populate the `InitiativeID` tag dynamically.
Answer
The administrator must navigate to the Cost Allocation Tags section in the management account's Billing and Cost Management console, select the `InitiativeID` tag, and activate it.
The correct action is to navigate to the Cost Allocation Tags section in the management account's Billing and Cost Management console, select the `InitiativeID` tag, and click Activate. In a multi-account environment consolidated under AWS Organizations, only the management account can manage and activate cost allocation tags. Additionally, user-defined tags are never activated for cost allocation automatically upon creation or policy application; they require manual activation in the Billing console before they can be used as filters in tools like AWS Budgets and Cost Explorer.
Step-by-Step Solution
Key Concept
Activation of User-Defined Cost Allocation Tags in AWS Organizations
Estimated Time:1m 30s