Netflix / asgard

[Asgard is deprecated at Netflix. We use Spinnaker ( www.spinnaker.io ).] Web interface for application deployments and cloud management in Amazon Web Services (AWS). Binary download: http://github.com/Netflix/asgard/releases
http://netflix.github.com/asgard
Apache License 2.0
2.24k stars 403 forks source link

how to do a rolling push on ASG with a launch config that assigns public ip to all instances #706

Open froilan opened 8 years ago

froilan commented 8 years ago

Trying to use Rolling push on ASG via REST API of asgard.

It was successful, but the problem is, instances does not have public ip.

Upon investigating, we found out that the generated launch config has IP Address Type: "Only assign a public IP address to instances launched in the default VPC and subnet. (default)"

The initial launch config we configured provides public ip for all instances created. But after doing a rolling push, it somehow did not copy that setting.

And we are not using the default vpc. Is there a work around for this? Is this normal?