Please enable JavaScript.
Coggle requires JavaScript to display documents.
Phased Rollouts on AWS - Coggle Diagram
Phased Rollouts on AWS
-
-
Canary Release
-
-
- Put EC2 V2 into the loadbalancer
- lean back and see how V2 works
BlueGreen Deployment
- Have a second setup in place
- be able to switch between those two setups
-
-
-
-
-
Testing vs GreenBlue
- similar: Testing would use Route53 weighted to route to different Autoscaling Groups
- GreenBlue would use Route53 weighted to switch
- Route53 weighted is calculated as: sum of all weights = 100%
- if you want to switch: set one weight to 0 and the other to 1
-