How to install the custom CloudWatch script and log the disk utilization metric to Cloudwatch
How to install the custom CloudWatch script and log the disk utilization metric to Cloudwatch
https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/mon-scripts.html.
You can setup a threshold on the disk space utilization metric (in this case, you ca set the threshold to >=88% so that it can notify you before the disk becomes full) in Cloudwatch alarms which can trigger a notification to an SNS topic that you specify.
Comments
Post a Comment