- Newest
- Most votes
- Most comments
First, it is possible to apply a Service Control Policy (SCP) to a specific account using AWS Budgets.
Second, it actually has two email settings. One is in the alert setting, when the budget is to exceed the threshold, notify the emails. The other one is in the Budget Action setting, when action is run, notify the emails. These two can be the same or different.
Let me address your questions regarding AWS Budget Actions and the issues you're experiencing:
-
Regarding applying an SCP to a specific account: Yes, it is possible to apply a Service Control Policy (SCP) to a specific account using AWS Budgets. While the console interface might not show this option explicitly, the CloudFormation template allows you to specify a target account ID. This is a valid approach, and you can use the TargetIds parameter in the ScpActionDefinition to specify the account number you want to apply the SCP to.
-
Concerning the email subscribers not showing up for the second alert: The issue you're experiencing with email subscribers not appearing for the second alert in the console is likely due to a limitation or bug in how the AWS console displays this information. However, this doesn't necessarily mean that the subscribers aren't set up correctly.
To troubleshoot and verify:
- Double-check that your CloudFormation stack created successfully without any errors.
- Use AWS CLI or SDK to describe the budget and its notifications. This might show the correct subscriber information even if the console doesn't.
- If possible, test the alert by artificially triggering it to see if notifications are sent to both email addresses.
If the issue persists, you may want to contact AWS support for further assistance, as this could be a console display problem rather than an actual configuration issue.
Remember that AWS services and their console interfaces can sometimes have discrepancies or limitations in how they display information, especially for more complex setups like those created through CloudFormation templates.
Sources
Configuring a budget action - AWS Cost Management
AWS Budgets - AWS Billing and Cost Management
Action - AWS Billing and Cost Management
Relevant content
- asked 4 years ago
- asked 4 years ago
