We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
We are using eb_deployer with blue-green deployment and the following settings:
environments: prod: inactive_settings: - namespace: aws:autoscaling:asg option_name: "MinSize" value: "1" - namespace: aws:autoscaling:asg option_name: "MaxSize" value: "1"
and having MinSize and MaxSize equal 2 in active_settings as default.
Now if we simply deploy a new version via eb_deploy -e prod, the environment is updated as follows:
Ending up in this state:
So it seems that the newly added instance does not get the update of the new code.
Is this a bug in eb_deployer or in aws api? Can someone reproduce it?
Some more information:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
We are using eb_deployer with blue-green deployment and the following settings:
and having MinSize and MaxSize equal 2 in active_settings as default.
Now if we simply deploy a new version via eb_deploy -e prod, the environment is updated as follows:
Ending up in this state:
So it seems that the newly added instance does not get the update of the new code.
Is this a bug in eb_deployer or in aws api? Can someone reproduce it?
Some more information:
The text was updated successfully, but these errors were encountered: