-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't seem to get AWS/EC2 template working #1
Comments
Hello sacreman! I apologize this slipped through my inbox, and this project is a little rough as you and I are possibly the only two people to ever use it :) I have actually switched this back to using the crowdmob goamz project, so you might want to pull and build again to see if that resolves your issue. I'm getting back all the EC2 information myself however I don't believe I have more than 500 total. Over that and a "nextToken" will be returned. The goamz package attempts to consume the extra result sets however there may be a bug in there. I'm going to see if I can trigger the error and fix it. |
I believe I have found the problem, these lines need to be moved into the for loop underneath them: With that change I can list all the metrics on my account. I'll submit a pull request to crowdmob. |
When this pull request is merged it should resolve the problem: https://github.com/crowdmob/goamz/pull/203. Let me know how you get along :) |
crowdmob have merged my pull request, closing this issue. |
Hi, I can get AWS/RDS namespace stuff working but I can't seem to get anything out of AWS/EC2. Here's the relevant bit of config:
I changed the DimensionList to InstanceId (with a lowercase d) to see if that would help as it lists it like that in the AWS docs.
With it set as InstanceID I get no metrics returned.
With it set as InstanceId I get no metrics returned plus an error:
The text was updated successfully, but these errors were encountered: