Home › Forums › AWS › AWS Certified Developer Associate › AWS › Reply To: AWS
-
The question asks for the least impact on the application’s availability should the deployment fails. Naturally, we’d want to roll back to the last working version if a deployment does not succeed. The rollback process for a Blue/green deployment is faster than that of the Rolling with an additional batch since all you have to do is switch back to the working environment’s URL; hence, less impact on the app’s availability.
Let me know if this helps.