Closed Gpx closed 12 years ago
I do not have a VPC setup, so could you help out by going to your project directory and then
./node_modules/awssum/lib/amazon/elb.js
and replace
var version = '2011-08-15';
with
var version = '2011-11-15';
Could you let us know if this helps you? Then I know if your issue is only about the version or also the way you use awssum.
Thanks in advance.
:)
I changed the line and it works, thanks. Are you going to change the version in the master branch?
fixed it in master, but not yet in npm (@chilts when do you want to update to 0.12.1?)
Meanwhile I'll use the git version in my project.
Thanks for the support!
Hey guys,
Firstly, thanks @Techtribe for fixing. :) Once the commit is in master, the issue should be closed.
Once that's done, we need to figure out if this is a fix which needs to be done to the current release. I'd say in this case that it should ... I'm happy to cut a new release today. I'll cherry pick this commit only to the v0.12 branch and set a new patch level.
Thanks Giorgio for reporting.
Cheers, Andy
Thanks both.
I tried to register an EC2 instance on a Load Balancer, this is the error I get:
I didn't find a way to change the API version. Are they going to be updated anytime soon?
Node version: 0.8.9 Awssum version: 0.12.1