Archived community.zenoss.org | full text search
Skip navigation
1956 Views 1 Reply Latest reply: Nov 26, 2012 10:25 AM by liondgr8 . RSS
Dilip S M Rank: White Belt 8 posts since
Mar 6, 2012
Currently Being Moderated

Mar 12, 2012 3:25 AM

AWS Zenpack, region/ Zone problem not able to see Graph

class EC2Connection(AWSQueryConnection):

 

 

    APIVersion = boto.config.get('Boto', 'ec2_version', '2009-11-30')

    DefaultRegionName = boto.config.get('Boto', 'ec2_region_name', 'ap-southeast-1')

    DefaultRegionEndpoint = boto.config.get('Boto', 'ec2_region_endpoint',

                                            'ec2.amazonaws.com')

 

 

I have changed this us-east-1 to  ap-southeast-1

 

but still it is not populating i tried in changing ec2.amazonaws.com to monitoring.amazonaws.com and this and ap-southeast-1.monitoring.amazonaws.com.

 

As am able to fetch from java.

 

None of them works for me.

 

 

What has to be done??

More Like This

  • Retrieving data ...

Legend

  • Correct Answers - 4 points
  • Helpful Answers - 2 points