
Ultimate access to all questions.
Deep dive into the quiz with AI chat providers.
We prepare a focused prompt with your quiz and certificate details so each AI can offer a more tailored, in-depth explanation.
A company uses AWS Organizations. The company wants to operate some of its AWS accounts with different budgets. The company wants to receive alerts and automatically prevent provisioning of additional resources on AWS accounts when the allocated budget threshold is met during a specific period.
Which combination of solutions will meet these requirements? (Choose three.)
A
Use AWS Budgets to create a budget. Set the budget amount under the Cost and Usage Reports section of the required AWS accounts.
B
Use AWS Budgets to create a budget. Set the budget amount under the Billing dashboards of the required AWS accounts.
C
Create an IAM user for AWS Budgets to run budget actions with the required permissions.
D
Create an IAM role for AWS Budgets to run budget actions with the required permissions.
E
Add an alert to notify the company when each account meets its budget threshold. Add a budget action that selects the IAM identity created with the appropriate config rule to prevent provisioning of additional resources.
F
Add an alert to notify the company when each account meets its budget threshold. Add a budget action that selects the IAM identity created with the appropriate service control policy (SCP) to prevent provisioning of additional resources.
Explanation:
Correct Answers: B, D, F
B - Use AWS Budgets to create a budget. Set the budget amount under the Billing dashboards of the required AWS accounts.
D - Create an IAM role for AWS Budgets to run budget actions with the required permissions.
F - Add an alert to notify the company when each account meets its budget threshold. Add a budget action that selects the IAM identity created with the appropriate service control policy (SCP) to prevent provisioning of additional resources.
A - Incorrect: Budgets are not set in Cost and Usage Reports section. Cost and Usage Reports are for detailed billing data, not for budget configuration.
C - Incorrect: AWS Budgets uses IAM roles (not IAM users) to execute budget actions. IAM users are for human access, while roles are for service-to-service interactions.
E - Incorrect: AWS Config rules are for compliance and configuration management, not for preventing resource provisioning based on budget thresholds. SCPs are the correct mechanism for this purpose in AWS Organizations.
This solution provides automated budget enforcement across multiple AWS accounts within an organization.