StreamGuard Detection and Alert system for website and service downtimes or performance issues
In this project based on a real-world scenario, I acted as a Cloud Specialist to implement a monitoring system to detect website and service downtimes or performance issue and set up an automated notification system to alert the technical team immediately when issues are detected.
Below are few screenshots:
Have set up the Synthetics Canary with the Appication or End Point URL address of the website
Have set the run Canary for every 1 minute to check if the website is Up or Down
Added CloudWatch alarm to send notification to mail.
Then CloudWatch is configured so that whenever website doesn’t respond once in a period of one minute it is going to trigger that something is wrong
Set up notification for the Canary to the mail address that I want the notification to send to.
gd
The Canary can take screenshot of the website also.
The files related to the screenshots, txt, har are stored in the Amazon S3 bucket that is automatically created which can be used to troubleshoot if needed
The Canary shows HAR file which can be used for troubleshooting issues specifically for problems such as performance and page rendering.