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
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?
The text was updated successfully, but these errors were encountered:
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
The documentation indicates
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?
The text was updated successfully, but these errors were encountered: