exam questions

Exam AWS Certified Solutions Architect - Professional SAP-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Professional SAP-C02 exam

Exam AWS Certified Solutions Architect - Professional SAP-C02 topic 1 question 447 discussion

A company used AWS CloudFormation to create all new infrastructure in its AWS member accounts. The resources rarely change and are properly sized for the expected load. The monthly AWS bill is consistent.

Occasionally, a developer creates a new resource for testing and forgets to remove the resource when the test is complete. Most of these tests last a few days before the resources are no longer needed.

The company wants to automate the process of finding unused resources. A solutions architect needs to design a solution that determines whether the cost in the AWS bill is increasing. The solution must help identify resources that cause an increase in cost and must automatically notify the company's operations team.

Which solution will meet these requirements?

  • A. Turn on billing alerts. Use AWS Cost Explorer to determine the costs for the past month. Create an Amazon CloudWatch alarm for total estimated charges. Specify a cost threshold that is higher than the costs that Cost Explorer determined. Add a notification to alert the operations team if the alarm threshold is breached.
  • B. Turn on billing alerts. Use AWS Cost Explorer to determine the average monthly costs for the past 3 months. Create an Amazon CloudWatch alarm for total estimated charges. Specify a cost threshold that is higher than the costs that Cost Explorer determined. Add a notification to alert the operations team if the alarm threshold is breached.
  • C. Use AWS Cost Anomaly Detection to create a cost monitor that has a monitor type of Linked account. Create a subscription to send daily AWS cost summaries to the operations team. Specify a threshold for cost variance.
  • D. Use AWS Cost Anomaly Detection to create a cost monitor that has a monitor type of AWS services. Create a subscription to send daily AWS cost summaries to the operations team. Specify a threshold for cost variance.
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
titi_r
Highly Voted 1 year ago
Selected Answer: D
Ans "D" - more granular. Q: What is the difference between a linked account monitor in a payer account, and a services monitor in a linked account? A linked account monitor in a payer account will monitor the spend of all services, in total, for that linked account. A services monitor in a linked account will monitor the individual spend for each service for that linked account. For example, if there is a spike in S3 spending, but a dip in EC2 spending of the same amount (net neutral change), the linked account monitor in the payer account will not detect this because it is monitoring the total account spend across all services. However, the services monitor in the linked account would detect the S3 spike since it is monitoring each service spend individually.
upvoted 13 times
sarlos
11 months, 1 week ago
Thanks for the explanation
upvoted 2 times
...
titi_r
1 year ago
https://aws.amazon.com/aws-cost-management/aws-cost-anomaly-detection/faqs/#:~:text=What%20is%20the%20difference%20between%20a%20linked%20account%20monitor%20in%20a%20payer%20account,%20and%20a%20services%20monitor%20in%20a%20linked%20account
upvoted 1 times
...
...
Dgix
Highly Voted 1 year, 1 month ago
Selected Answer: D
On reconsideration: D, as it deals with the individual services in an account, not just the total cost.
upvoted 5 times
...
0b43291
Most Recent 5 months, 1 week ago
Selected Answer: D
By creating a cost monitor with the monitor type set to "AWS services," Cost Anomaly Detection will monitor the individual spend for each service within the linked account. This would allow the company to detect anomalies or spikes in spending for specific services, even if there is a corresponding decrease in another service that offsets the overall account spend. Given the requirement to identify resources that cause an increase in cost, monitoring at the service level would provide more granular visibility and enable the company to pinpoint the specific services or resources responsible for cost increases. Creating a subscription to send daily AWS cost summaries to the operations team and specifying a threshold for cost variance would ensure that the team is notified when the cost increase for any individual service exceeds the defined threshold.
upvoted 1 times
...
AzureDP900
5 months, 2 weeks ago
Option D: Using AWS Cost Anomaly Detection to create a cost monitor with a monitor type of AWS services: This option focuses on individual AWS services, making it easier to identify which specific resource is causing the increase in costs. This approach provides detailed insights into each service's contribution to your company's overall expenses, making it easier to pinpoint the issue and take corrective action. Considering all options, Option D seems to be the most suitable solution for identifying resources that cause an increase in costs and automatically notifying the company's operations team. This approach offers real-time monitoring, detailed insights into individual services' contributions, and automatic notifications when costs exceed specified thresholds.
upvoted 1 times
...
JoeTromundo
6 months, 2 weeks ago
Selected Answer: D
For those who think the correct answer is C: A Linked Account monitor detects anomalies at the account level. While it can identify which account has unusual spending, it does NOT pinpoint the SPECIFIC SERVICES or RESOURCES causing the increase, as the statement requires.
upvoted 1 times
...
kgpoj
8 months, 2 weeks ago
Selected Answer: D
"identify resources that cause an increase in cost " D for sure
upvoted 1 times
...
salekali01
9 months ago
Selected Answer: C
Monitoring at the AWS service level can be useful, but it may not provide the same comprehensive view of costs across accounts as the linked account monitor type. Therefore, option C provides a more adaptive and comprehensive solution for detecting cost anomalies and notifying the operations team.
upvoted 1 times
...
seetpt
11 months, 3 weeks ago
Selected Answer: D
D for me
upvoted 1 times
...
tushar321
1 year ago
D. An AWS service monitor will be applicable to all customers since it tracks and detects anomalies across any service they deploy https://aws.amazon.com/aws-cost-management/aws-cost-anomaly-detection/faqs/#:~:text=An%20AWS%20service%20monitor%20will%20be%20applicable%20to%20all%20customers%20since%20it%20tracks%20and%20detects%20anomalies%20across%20any%20service%20they%20deploy
upvoted 1 times
...
thotwielder
1 year ago
Selected Answer: D
c: identify abnormal accounts d: identify abnormal service, which is desired.
upvoted 3 times
...
pangchn
1 year ago
Selected Answer: D
vote D here A linked account monitor can track up to 10 different linked accounts. A linked account monitor tracks spending aggregated across all of the designated linked accounts. For example, if a linked account monitor tracks Account A and Account B, and then Account A’s usage spikes while Account B’s usage dips by the same amount, there will be no anomaly detected because it is a net neutral change. ref https://aws.amazon.com/aws-cost-management/aws-cost-anomaly-detection/faqs/
upvoted 3 times
...
steed47
1 year ago
Selected Answer: C
C more granular
upvoted 1 times
...
TonytheTiger
1 year ago
Selected Answer: C
Option C and Not Option D : Linked account - This monitor evaluates the total spend of an individual, or group of, member accounts. If your Organizations need to segment spend by team, product, services, or environment, this monitor is useful. The maximum number of member accounts that you can select for each monitor is 10. https://docs.aws.amazon.com/cost-management/latest/userguide/getting-started-ad.html#monitor-type-def
upvoted 1 times
...
VerRi
1 year, 1 month ago
Selected Answer: C
I will go with C because the scenario says, "to create all new infrastructure in its AWS member accounts."
upvoted 1 times
...
pangchn
1 year, 1 month ago
Selected Answer: D
D seems more granular to detect thich resource in which account generated the bill. C seem only care about the balance across accounts as below "linked account monitor can track up to 10 different linked accounts. A linked account monitor tracks spending aggregated across all of the designated linked accounts. For example, if a linked account monitor tracks Account A and Account B, and then Account A’s usage spikes while Account B’s usage dips by the same amount, there will be no anomaly detected because it is a net neutral change" https://aws.amazon.com/aws-cost-management/aws-cost-anomaly-detection/faqs/
upvoted 4 times
...
gustori99
1 year, 1 month ago
Selected Answer: D
Answer is between C and D. Choosing monitor type AWS Services is more appropriate than Linked Account because the monitor AWS Services monitors all resources including resources from all member accounts of the organization. Also with Linked Accounts you can only add max 10 accounts to a single monitor. Therefore answer D is correct.
upvoted 3 times
...
Dgix
1 year, 1 month ago
Selected Answer: C
C is the correct answer. D is not granular enough.
upvoted 2 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago