
Ultimate access to all questions.
A business-critical application is currently hosted on an Amazon EC2 instance, with its latest update presently in the testing phase. The business has requested a method to monitor the average response time of the application and notify the manager if it surpasses a specific threshold. Eventually, this update will be rolled out into the production environment across multiple EC2 instances.
Which two of the following options would you combine to meet the business's requirements? (Select two)
A
Configure an EventBridge custom rule to send an Amazon Simple Notification Service (Amazon SNS) notification when the average of the response time metric exceeds the threshold
B
Install and configure AWS Systems Manager Agent (SSM Agent) on the EC2 instances to monitor the response time and send the data to Amazon CloudWatch as a custom metric
C
Create a CloudWatch alarm to send an Amazon Simple Notification Service (Amazon SNS) notification when the average of the response time metric exceeds the threshold
D
Configure the application to write the response time to a log file on the instance. Install and configure the Amazon Inspector agent on the EC2 instances to read the logs and send the response time to Amazon EventBridge
E
Configure the application to write the response time to a log file on the EC2 instance. Install and configure the Amazon CloudWatch agent on the EC2 instance to stream the application logs to CloudWatch Logs. Create a metric filter for the response time from the log file