Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.
exam questions

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

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

Exam AWS Certified Solutions Architect - Associate SAA-C03 topic 1 question 569 discussion

An Amazon EventBridge rule targets a third-party API. The third-party API has not received any incoming traffic. A solutions architect needs to determine whether the rule conditions are being met and if the rule's target is being invoked.

Which solution will meet these requirements?

  • A. Check for metrics in Amazon CloudWatch in the namespace for AWS/Events.
  • B. Review events in the Amazon Simple Queue Service (Amazon SQS) dead-letter queue.
  • C. Check for the events in Amazon CloudWatch Logs.
  • D. Check the trails in AWS CloudTrail for the EventBridge events.
Show Suggested Answer Hide Answer
Suggested Answer: A 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
lemur88
Highly Voted 1 year, 1 month ago
Selected Answer: A
https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-monitoring.html
upvoted 7 times
...
awsgeek75
Highly Voted 9 months, 1 week ago
Selected Answer: A
"EventBridge sends metrics to Amazon CloudWatch every minute for everything from the number of matched events to the number of times a target is invoked by a rule." from https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-monitoring.html B: SQS, irrelevant C: 'Check for events', this wording is confusing but could mean something in wrong context. I would have chosen C if A wasn't an option D: CloudTrail is for AWS resource monitoring so irrelevant
upvoted 6 times
...
pentium75
Most Recent 9 months, 2 weeks ago
Selected Answer: A
A per https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-monitoring.html Not B because SQS is not even involved here Not C because EventBridge sends only metrics, not detailed logs, to CloudWatch Not D, many fall for CloudTrail supposedly recording "API calls", but this is about calls for the EventBridge API to AWS, not calls to 3rd party APIs by EventBridge.
upvoted 4 times
...
Min_93
9 months, 3 weeks ago
Selected Answer: C
Option A, "Check for metrics in Amazon CloudWatch in the namespace for AWS/Events," primarily provides aggregated metrics related to EventBridge, but it may not give detailed information about individual events or their specific content. Metrics in CloudWatch can give you an overview of how many events are being processed, but for detailed inspection of events and their conditions, checking CloudWatch Logs (option C) is more appropriate. CloudWatch Logs allow you to see the actual event data and details, providing a more granular view that is useful for troubleshooting and understanding the specifics of why a third-party API is not receiving incoming traffic.
upvoted 1 times
...
SHAAHIBHUSHANAWS
10 months, 2 weeks ago
A Events not generating logs in cloudwatch and cloudtrail. only metric data is available.
upvoted 1 times
...
TariqKipkemei
11 months ago
Selected Answer: D
CloudWatch is a monitoring service for AWS resources and applications. CloudTrail is a web service that records API activity in your AWS account. CloudWatch monitors applications and infrastructure performance in the AWS environment. CloudTrail monitors actions in the AWS environment.
upvoted 1 times
pentium75
9 months, 2 weeks ago
"API activity", referring to AWS APIs. This would record if someone modifies the EventBridge configuration.
upvoted 1 times
...
...
EdenWang
11 months ago
Selected Answer: C
C should be correct, I check in AWS management concole.
upvoted 1 times
...
potomac
11 months, 2 weeks ago
Selected Answer: A
should be A
upvoted 1 times
...
ibu007
1 year, 1 month ago
Selected Answer: D
Check the trails in AWS CloudTrail for the EventBridge events.
upvoted 1 times
pentium75
9 months, 2 weeks ago
I think CloudTrail captures management events (such as modifying the EventBridge configuration)
upvoted 1 times
...
...
Eminenza22
1 year, 1 month ago
Selected Answer: C
Amazon CloudWatch Logs is a service that collects and stores logs from Amazon Web Services (AWS) resources. These logs can be used to troubleshoot problems, monitor performance, and audit activity. The other options are incorrect: Option A: CloudWatch metrics are used to track the performance of AWS resources. They are not used to store events. Option B: Amazon SQS dead-letter queues are used to store messages that cannot be delivered to their intended recipients. They are not used to store events. Option D: AWS CloudTrail is a service that records AWS API calls. It can be used to track the activity of EventBridge rules, but it does not store the events themselves.
upvoted 2 times
Eminenza22
1 year, 1 month ago
*Errata Corrige* A EventBridge sends metrics to Amazon CloudWatch every minute for everything from the number of matched events to the number of times a target is invoked by a rule. https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-monitoring.html
upvoted 1 times
Eminenza22
1 year, 1 month ago
https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/CloudWatch-Events-Monitoring-CloudWatch-Metrics.html
upvoted 1 times
...
...
...
jayce5
1 year, 1 month ago
Selected Answer: D
The answer is D: "CloudTrail captures API calls made by or on behalf of your AWS account from the EventBridge console and to EventBridge API operations." (https://docs.aws.amazon.com/eventbridge/latest/userguide/eb-logging-monitoring.html)
upvoted 2 times
pentium75
9 months, 2 weeks ago
"API calls" to AWS for managing EventBridge. Not "API calls" BY EventBridge to 3rd party APIs.
upvoted 1 times
...
...
Guru4Cloud
1 year, 1 month ago
Selected Answer: D
The key reasons: AWS CloudTrail provides visibility into EventBridge operations by logging API calls made by EventBridge. Checking the CloudTrail trails will show the PutEvents API calls made when EventBridge rules match an event pattern. CloudTrail will also log the Invoke API call when the rule target is triggered. CloudWatch metrics and logs contain runtime performance data but not info on rule evaluation and targeting. SQS dead letter queues collect failed event deliveries but won't provide insights on successful invocations. CloudTrail is purpose-built to log operational events and API activity so it can confirm if the EventBridge rule is being evaluated and triggering the target as expected.
upvoted 2 times
Eminenza22
1 year, 1 month ago
Amazon CloudWatch Logs is a service that collects and stores logs from Amazon Web Services (AWS) resources. These logs can be used to troubleshoot problems, monitor performance, and audit activity. The other options are incorrect: Option A: CloudWatch metrics are used to track the performance of AWS resources. They are not used to store events. Option B: Amazon SQS dead-letter queues are used to store messages that cannot be delivered to their intended recipients. They are not used to store events. Option D: AWS CloudTrail is a service that records AWS API calls. It can be used to track the activity of EventBridge rules, but it does not store the events themselves.
upvoted 1 times
...
...
Bennyboy789
1 year, 2 months ago
Selected Answer: A
Option A is the most appropriate solution because Amazon EventBridge publishes metrics to Amazon CloudWatch. You can find relevant metrics in the "AWS/Events" namespace, which allows you to monitor the number of events matched by the rule and the number of invocations to the rule's target.
upvoted 4 times
...
h8er
1 year, 2 months ago
Selected Answer: A
https://docs.aws.amazon.com/AmazonCloudWatch/latest/events/CloudWatch-Events-Monitoring-CloudWatch-Metrics.html
upvoted 1 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 ...