AWS Certified SysOps Administrator – Associate (legacy) — Question 223

Your EC2-Based Multi-tier application includes a monitoring instance that periodically makes application -level read only requests of various application components and if any of those fail more than three times 30 seconds calls CloudWatch lo fire an alarm, and the alarm notifies your operations team by email and
SMS of a possible application health problem. However, you also need to watch the watcher -the monitoring instance itself - and be notified if it becomes unhealthy.
Which of the following is a simple way to achieve that goal?

Answer options

Correct answer: B

Explanation

Option B is the best approach because it directly uses CloudWatch's built-in capabilities to monitor the health of the monitoring instance through system and instance status checks, ensuring timely alerts for any issues. Option A, while viable, adds unnecessary complexity by introducing another monitoring instance. Option C focuses on CPU utilization, which may not accurately reflect the overall health of the monitoring instance. Option D involves a complicated SQS setup that is not as straightforward as simply using CloudWatch alarms.