[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
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?
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?