-
Notifications
You must be signed in to change notification settings - Fork 94
New issue
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
blue-green stopped working in us-east #75
Comments
Blue/green is working for me in us-east using 0.6.6 . The dns naming change was announced back in January and presumably has rolled out to all regions by now. |
I have a similar issue. I recently renamed our EB application (in I tried cloning the original environment and naming it after the search string from the output, but the behaviour remained the same. ** the reasons for the rename was to get a new clean build which would then also get the DNS changes because of an ancient env we had with the old no-region URI |
@wpc I use eb_deployer (0.6.6) - yes problem still exists. |
Can you take a look at your environment url, is that exactly match ${application-name}-${environment-name}.us-east-1.elasticbeanstalk.com? |
@wpc yes the problem persists - I'm using version 0.6.6. If the app name is something like When the deployer runs it searches for env Relevant logs:
|
@wpc the URL is ${application}-${environments.name}-${components.name}.us-east-1.elasticbeanstalk.com |
I have a strange issue: blue-green deploy does not work after moving to us-east-1 region.
After playing around I found that ElasticBeanstalk adds region to the EB URLs like my-app.us-east-1.elasticbeanstalk.com. That was not the case in eu-west-1.
I worked around by hacking https://github.com/ThoughtWorksStudios/eb_deployer/blob/master/lib/eb_deployer/deployment_strategy/blue_green.rb#L62
This solves the issue for me - but it's not the way it should be implemented I guess ;-)
The text was updated successfully, but these errors were encountered: