How does AWS blue green deployment work?
How does AWS blue green deployment work? A blue/green deployment is a deployment strategy in which you create two separate, but identical environments. One environment (blue) is running the current application version and one environment (green) is running the new application version. What is the process of deployment? The deployment process flow consists of 5 steps: Planning, development, testing, deploying, and monitoring. Below we'll dive into each of the 5 steps, but before we do, we'd like to add a quick note. The deployment process flow below covers the fundamentals, which are split into 5 steps. What is blue green...