Day-46: Set up CloudWatch alarms and SNS topic in AWS
What is Amazon CloudWatch?
Amazon CloudWatch monitors your AWS resources and the applications you run on AWS in real-time. You can use CloudWatch to collect and track metrics, which are variables you can measure for your resources and applications.
Read more about Cloudwatch from the official documentation here
What is Amazon SNS?
Amazon Simple Notification Service is a notification service provides a low-cost infrastructure for the mass delivery of messages, predominantly to mobile users.
Read more about it here
Task :
Create a CloudWatch alarm that monitors your EC2 instance CPU Usages and sends an email to you when it reaches 60% and remains above it for 1 minute.
Let's increase CPU utilization
- Delete the Alarm that you created before.
Need help with Cloudwatch? Check out this official documentation for assistance.
Happy Learning! :)
Day 46 task is complete!
90DaysOfDevOps Tasks👇