Created
September 23, 2012 14:04
-
-
Save gnuyoga/3771284 to your computer and use it in GitHub Desktop.
aws custom metrics
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Region Endpoint Protocol | |
US East (Northern Virginia) Region monitoring.us-east-1.amazonaws.com HTTP and HTTPS | |
US West (Oregon) Region monitoring.us-west-2.amazonaws.com HTTP and HTTPS | |
US West (Northern California) Region monitoring.us-west-1.amazonaws.com HTTP and HTTPS | |
EU (Ireland) Region monitoring.eu-west-1.amazonaws.com HTTP and HTTPS | |
Asia Pacific (Singapore) Region monitoring.ap-southeast-1.amazonaws.com HTTP and HTTPS | |
Asia Pacific (Tokyo) Region monitoring.ap-northeast-1.amazonaws.com HTTP and HTTPS | |
South America (Sao Paulo) Region monitoring.sa-east-1.amazonaws.com HTTP and HTTPS |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
while :; | |
do | |
~/aws-missing-tools/ec2-write-memory-metrics/ec2-write-memory-metrics.sh; | |
~/aws-missing-tools/ec2-write-storage-used/ec2-write-storage-used.sh; | |
sleep 300; | |
done |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Region Endpoint Protocol | |
US East (Northern Virginia) ec2.us-east-1.amazonaws.com HTTP and HTTPS | |
US West (Oregon) ec2.us-west-2.amazonaws.com HTTP and HTTPS | |
US West (Northern California) ec2.us-west-1.amazonaws.com HTTP and HTTPS | |
EU (Ireland) ec2.eu-west-1.amazonaws.com HTTP and HTTPS | |
Asia Pacific (Singapore) ec2.ap-southeast-1.amazonaws.com HTTP and HTTPS | |
Asia Pacific (Tokyo) ec2.ap-northeast-1.amazonaws.com HTTP and HTTPS | |
South America (Sao Paulo) ec2.sa-east-1.amazonaws.com HTTP and HTTPS |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment