exam questions

Exam AWS Certified Solutions Architect - Associate SAA-C02 All Questions

View all questions & answers for the AWS Certified Solutions Architect - Associate SAA-C02 exam

Exam AWS Certified Solutions Architect - Associate SAA-C02 topic 1 question 425 discussion

An application calls a service run by a vendor. The vendor charges based on the number of calls. The finance department needs to know the number of calls that are made to the service to validate the billing statements.
How can a solutions architect design a system to durably store the number of calls without requiring changes to the application?

  • A. Call the service through an internet gateway.
  • B. Decouple the application from the service with an Amazon Simple Queue Service (Amazon SQS) queue.
  • C. Publish a custom Amazon CloudWatch metric that counts calls to the service.
  • D. Call the service through a VPC peering connection.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️
There are 2 main types of monitoring you can do on AWS EC2 Instances as follows:
Basic Monitoring for Amazon EC2 instances: Seven pre-selected metrics at five-minute frequency and three status check metrics at one-minute frequency, for no additional charge.
Detailed Monitoring for Amazon EC2 instances: All metrics available to Basic Monitoring at one-minute frequency, for an additional charge. Instances with Detailed
Monitoring enabled allows data aggregation by Amazon EC2 AMI ID and instance type.
Reference:
https://datanextsolutions.com/blog/how-to-collect-custom-metrics-from-aws-ec2-instances/

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
jkwek
Highly Voted 3 years, 8 months ago
Answer is C. https://docs.aws.amazon.com/AmazonCloudWatch/latest/monitoring/working_with_metrics.html Metrics are data about the performance of your systems. By default, many services provide free metrics for resources (such as Amazon EC2 instances, Amazon EBS volumes, and Amazon RDS DB instances). You can also enable detailed monitoring for some resources, such as your Amazon EC2 instances, or publish your own application metrics. Amazon CloudWatch can load all the metrics in your account (both AWS resource metrics and application metrics that you provide) for search, graphing, and alarms.
upvoted 20 times
...
francisco_guerra
Highly Voted 3 years, 8 months ago
SQS is a good option too but require changes to the application so I think C is a good Option
upvoted 11 times
...
bora4motion
Most Recent 2 years, 10 months ago
Selected Answer: C
Answer is C.
upvoted 1 times
...
Xochn
3 years, 3 months ago
Ho could you monitor the number of calls to third party vendor-hosted service, shouldn't it be A ?
upvoted 1 times
...
Sunflyhome
3 years, 6 months ago
I prefer A. https://docs.aws.amazon.com/vpc/latest/userguide/flow-logs.html#flow-logs-fields VPC flow logs will log Egress(outgoing) requests.
upvoted 2 times
...
damot
3 years, 7 months ago
why is c explanation?
upvoted 2 times
...
syu31svc
3 years, 8 months ago
"number of calls that are made" Use CloudWatch so answer is C
upvoted 7 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 ...