Created
August 24, 2012 06:47
-
-
Save siroken3/3446826 to your computer and use it in GitHub Desktop.
怒られない例
This file contains 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
#!/bin/env python | |
import boto.ec2.cloudwatch | |
region = [r for r in boto.ec2.cloudwatch.regions() if r.nmae == '<REGION-NAME>'][0] | |
conn = boto.connect_cloudwatch(region=region) | |
conn.list_metrics() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment