Topic 1 Question 453
A company needs to track spending in its AWS account. The company must receive a notification when current costs and forecasted costs exceed specific thresholds.
Which solution will meet these requirements with the LEAST operational overhead?
Create a new IAM role. Attach the AWSPurchaseOrdersServiceRolePolicy AWS managed policy to the role. Check AWS Cost Explorer on a regular basis to monitor current costs and forecasted costs.
Create an AWS Cost and Usage Report. Create an AWS Step Functions state machine that runs when a new usage file is generated. Configure the state machine to pass the data to Amazon Forecast and to invoke an AWS Lambda function. Configure the Lambda function to parse the data and to send a notification to an Amazon Simple Notification Service (Amazon SNS) topic if costs exceed the thresholds.
Create an AWS Cost and Usage Report. Separate the current costs and forecasted costs by service. Schedule the report to be sent to an Amazon Simple Notification Service (Amazon SNS) topic each month.
Create a recurring cost budget in AWS Budgets. Create an alert for the actual cost. Create a second alert for the forecasted costs. Configure an Amazon Simple Notification Service (Amazon SNS) topic to receive the alerts.
ユーザの投票
コメント(5)
- 正解だと思う選択肢: D
Answer D AWS Budgets make it easy to send SNS notifications when actual and forecasted costs exceed established levels
👍 4vaa20202024/08/12 - 正解だと思う選択肢: D
AWS Budget is for forecasting,
👍 4AMEJack2024/08/18 - 正解だと思う選択肢: D
The answer is D
👍 2Toni29362024/09/06
シャッフルモード