aws-samples / ecs-blue-green-deployment

Reference architecture for doing blue green deployments on ECS.
Apache License 2.0
462 stars 474 forks source link

No revert button #7

Open brightsparc opened 6 years ago

brightsparc commented 6 years ago

The documentation indicates

If you discover bugs while in Production, you can revert to previous application version by clicking and approving the change again.

Does this imply you need to revert code and re-commit to have the pipeline build again, or is there a way to simply flip the blue/green deployments back to the previous version. The later would be preferable. In this case would a seperate pipeline which skips the code build step and only performs the flip operation be required?

dalbhanj commented 6 years ago

Hi @brightsparc, Revert button would simply put the blue service (older version) of your application into production. This means the ALB target groups will revert back to target groups that were defined for Blue service. Let me know if this helps. Thanks

droni1234 commented 2 months ago

Is this a planned feature? Seems quite silent around here