Blue/Green Deployments on Amazon Aurora and Amazon RDS
A blue/green deployment is to create two separate but identical environments. Here the blue environment runs the current application version, and the green runs the new application version. The blue/green deployment strategy increases application availability and reduces deployment risk by simplifying the rollback process if a deployment fails. It is necessary to keep these [...]