Skip to content

Instantly share code, notes, and snippets.

View wang2bo2's full-sized avatar

Bo Wang wang2bo2

View GitHub Profile
#!/usr/bin/env python
'''
Send memory usage metrics to Amazon CloudWatch
This is intended to run on an Amazon EC2 instance and requires an IAM
role allowing to write CloudWatch metrics. Alternatively, you can create
a boto credentials file and rely on it instead.
Original idea based on https://github.com/colinbjohnson/aws-missing-tools
'''