AWS Certified Solutions Architect – Associate (SAA-C03) — Question 127

A company is migrating an application from on-premises servers to Amazon EC2 instances. As part of the migration design requirements, a solutions architect must implement infrastructure metric alarms. The company does not need to take action if CPU utilization increases to more than 50% for a short burst of time. However, if the CPU utilization increases to more than 50% and read IOPS on the disk are high at the same time, the company needs to act as soon as possible. The solutions architect also must reduce false alarms.
What should the solutions architect do to meet these requirements?

Answer options

Correct answer: A

Explanation

The correct answer is A because Amazon CloudWatch composite alarms allow for the combination of multiple alarms into one, reducing false positives and ensuring that actions are only taken when both CPU utilization and read IOPS criteria are met. Options B, C, and D do not effectively address the requirement of acting on simultaneous metrics while minimizing false alarms.