You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: