SOA-C02 · Question #642
A company needs to monitor its website's availability to end users. The company needs a solution to provide an Amazon Simple Notification Service (Amazon SNS) notification if the website's uptime…
The correct answer is C. Create an Amazon CloudWatch Synthetics heartbeat monitoring canary. Associate the canary. Using an Amazon CloudWatch Synthetics heartbeat monitoring canary is the best option to simulate an end-user experience. The canary continuously accesses the website using the URL provided, measuring the success percentage of those requests. By creating a CloudWatch alarm that…
Question
A company needs to monitor its website's availability to end users. The company needs a solution to provide an Amazon Simple Notification Service (Amazon SNS) notification if the website's uptime decreases to less than 99%. The monitoring must provide an accurate view of the user experience on the website. Which solution will meet these requirements?
Options
- ACreate an Amazon CloudWatch alarm that is based on the website's logs that are published to a
- BCreate an Amazon CloudWatch alarm that is based on the website's published metrics in
- CCreate an Amazon CloudWatch Synthetics heartbeat monitoring canary. Associate the canary
- DCreate an Amazon CloudWatch Synthetics broken link checker monitoring canary. Associate the
How the community answered
(29 responses)- A7% (2)
- B17% (5)
- C72% (21)
- D3% (1)
Explanation
Using an Amazon CloudWatch Synthetics heartbeat monitoring canary is the best option to simulate an end-user experience. The canary continuously accesses the website using the URL provided, measuring the success percentage of those requests. By creating a CloudWatch alarm that triggers an SNS notification when the SuccessPercent metric drops below 99%, the company gets an accurate view of website availability from the end-user perspective. This solution meets the requirements with minimal configuration and operational overhead.
Topics
Community Discussion
No community discussion yet for this question.