asgard
asgard copied to clipboard
Support associating public IPs for launches in VPC
We have decided on a network architecture in our VPC that uses igws instead of NAT instances and we really need the ability to launch instances with public ips.
+1. we are facing the same problem.
+1 this is also affecting my environment as well and forcing the use of EC2-Classic instead of EC2-VPC to work around
Added the option in https://github.com/teu/asgard/tree/vpc_public_ips Everything seems to work fine, tested with my own account, but a few tests (that seem unrelated) started breaking out of the blue, not sure why as this is my first attempt of groovy/grails. Would appreciate some help on this.
Hi, I'm willing to put some more time into this if there still is need for it and if it has a change of being merged at some point in the future. Thanks.
HI @teu , no problem -- can you create a pull request for us to start looking into this? Thanks for the contribution!
OK, created the PR. Once built, everything seams to work but several tests are failing, not sure why.