
Answer-first summary for fast verification
Answer: Create a third-party API endpoint in Amazon EventBridge. Create a rule in EventBridge that uses Internet Monitor as the source and the third-party API endpoint in EventBridge as the destination.
To monitor internet metrics for an application in a VPC and push internet health events to a third-party target with the least implementation effort, the best approach is to leverage Amazon EventBridge. Amazon EventBridge is a serverless event bus service that enables you to connect application data from your own apps, SaaS, and AWS services. It simplifies the process of routing events from AWS services, like Amazon CloudWatch Internet Monitor, to third-party targets. Option B is the correct choice because it involves creating a rule in EventBridge that directly uses Internet Monitor as the source and the third-party API endpoint as the destination. This approach requires minimal setup and leverages existing AWS services efficiently without the need for additional components like S3 buckets or Lambda functions, which are required in options C and D. Option A is incorrect because it suggests configuring Internet Monitor to send events directly to a third-party API endpoint in EventBridge, which is not the standard or most efficient way to integrate these services. Therefore, the solution with the least implementation effort is to create a rule in EventBridge that uses Internet Monitor as the source and the third-party API endpoint as the destination.
Author: LeetQuiz Editorial Team
Ultimate access to all questions.
No comments yet.
A network engineer must monitor internet metrics, including user experience metrics like health events, latency, and traffic insights, for an application hosted in a VPC. The engineer configures Amazon CloudWatch Internet Monitor for the application and aims to send internet health events to a third-party destination.
What solution fulfills these requirements with the MINIMAL implementation effort?
A
Create a third-party API endpoint in Amazon EventBridge. Configure internet Monitor to send the events to the third-party API endpoint in EventBridge.
B
Create a third-party API endpoint in Amazon EventBridge. Create a rule in EventBridge that uses Internet Monitor as the source and the third-party API endpoint in EventBridge as the destination.
C
Create a third-party API endpoint in internet Monitor. Configure Internet Monitor to send the events to an Amazon S3 bucket. Configure an AWS Lambda function to send the events to the third-party API endpoint in Internet Monitor.
D
Create a third-party API endpoint in Internet Monitor. Configure Internet Monitor to send the events to the third-party API endpoint in Internet Monitor.