
Answer-first summary for fast verification
Answer: Create AWS Budgets for each account with monthly EC2 scope, and use Amazon SNS for alerting on threshold exceedance.
The correct answer is C. Using AWS Budgets is the most cost-effective and straightforward way to meet this requirement. AWS Budgets allows you to create a cost budget for each account with a specific scope such as EC2 instances, and it can send notifications through Amazon Simple Notification Service (SNS) when the defined spending threshold is exceeded. This approach provides timely alerts and does not require complex setups like integrating multiple services or creating detailed reports, ensuring both effectiveness and cost-efficiency.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
How can a solutions architect most cost-effectively notify a company when monthly Amazon EC2 usage per account exceeds a set threshold?
A
Set up daily Cost Explorer reports with EC2 instance filters and SES notifications for threshold breaches.
B
Configure monthly Cost Explorer reports for EC2, with SES notifications on exceeding thresholds.
C
Create AWS Budgets for each account with monthly EC2 scope, and use Amazon SNS for alerting on threshold exceedance.
D
Generate hourly AWS Cost and Usage Reports, integrate with Athena, schedule queries with EventBridge, and use SNS for threshold notification.
No comments yet.