Skip to content
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 Deployment Strategy #3808

Open
4 tasks done
ryanolee opened this issue Nov 15, 2023 · 1 comment
Open
4 tasks done

Blue/Green Deployment Strategy #3808

ryanolee opened this issue Nov 15, 2023 · 1 comment
Labels
feature-request New feature or request

Comments

@ryanolee
Copy link

Before opening, please confirm:

App Id

AWS Region

us-east-1

Amplify Hosting feature

Deployments

Is your feature request related to a problem? Please describe:

To us being able to control exactly when network traffic is swapped between an old and a new host during blue green deployments is one of the best features of blue green for us. Currently a build can take a few minutes and finish to finish.

As part of blue green deployments we like to be able to:

  • Test before hand on the green environment before it goes live in the production system
  • Being able to roll back very quickly if there is something wrong with the deployment
  • Know exactly when the swap over of traffic to the new production service happens

The prior issue to this #444 covered atomic deployments allowing for instant swap over. But there is very little chance to control when this swap over occurs and test the build before it goes live naively. Would be a great feature to have!
Thanks! 😄

Describe how you'd like this feature to work

Similar to the feature set offered by AWS CodeDeploy BlueGreen deployments.

@ryanolee ryanolee added the feature-request New feature or request label Nov 15, 2023
Copy link

This has been identified as a feature request. If this feature is important to you, we strongly encourage you to give a 👍 reaction on the request. This helps us prioritize new features most important to you. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature-request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant