nerdexam
Amazon

SOA-C03 · Question #72

A CloudOps engineer needs to track the costs of data transfer between AWS Regions. The CloudOps engineer must implement a solution to send alerts to an email distribution list when transfer costs…

The correct answer is C. Use AWS Budgets to create a cost budget for data transfer costs. Set an alert at 75% of the. According to the AWS Cloud Operations and Cost Management documentation, AWS Budgets is the recommended service to track and alert on cost thresholds across all AWS accounts and resources. It allows users to define cost, usage, or reservation budgets, and configure…

Submitted by jakub_pl· Mar 5, 2026Cost and performance optimization

Question

A CloudOps engineer needs to track the costs of data transfer between AWS Regions. The CloudOps engineer must implement a solution to send alerts to an email distribution list when transfer costs reach 75% of a specific threshold. What should the CloudOps engineer do to meet these requirements?

Options

  • ACreate an AWS Cost and Usage Report. Analyze the results in Amazon Athena. Configure an
  • BCreate an Amazon CloudWatch billing alarm to detect when costs reach 75% of the threshold.
  • CUse AWS Budgets to create a cost budget for data transfer costs. Set an alert at 75% of the
  • DSet up a VPC flow log. Set up a subscription filter to an AWS Lambda function to analyze data

How the community answered

(59 responses)
  • A
    5% (3)
  • B
    15% (9)
  • C
    71% (42)
  • D
    8% (5)

Explanation

According to the AWS Cloud Operations and Cost Management documentation, AWS Budgets is the recommended service to track and alert on cost thresholds across all AWS accounts and resources. It allows users to define cost, usage, or reservation budgets, and configure notifications to trigger when usage or cost reaches defined percentages of the budgeted value (e.g., 75%, 90%, 100%). The AWS Budgets system integrates natively with Amazon Simple Notification Service (SNS) to deliver alerts to an email distribution list or SNS topic subscribers. AWS Budgets supports granular cost filters, including specific service categories such as data transfer, regions, or linked accounts, ensuring precise visibility into inter-Region transfer costs. By contrast, CloudWatch billing alarms (Option B) monitor total account charges only and do not allow detailed service-level filtering, such as data transfer between Regions. Cost and Usage Reports (Option A) are for detailed cost analysis, not real-time alerting, and VPC Flow Logs (Option D) capture traffic data, not billing or cost-based metrics. Thus, using AWS Budgets with a 75% alert threshold best satisfies the operational and notification requirements.

Topics

#AWS Budgets#cost alerts#data transfer costs#SNS

Community Discussion

No community discussion yet for this question.

Full SOA-C03 Practice