Pergunta de entrevista da empresa Amazon

define a Blue-green deployment , how do you ensure uptime?

Respostas da entrevista

Sigiloso

17 de dez. de 2020

Blue/green deployments allow you to test the new application version before sending production traffic to it. If there is an issue with the newly deployed application version, you can roll back to the previous version faster than with in-place deployments

9

Sigiloso

5 de nov. de 2020

Thought it was in the CI/CD pipeline to switch the app but what refreshes the content...missed that one too.