Codedeploy roll back option for the blue green deployment

0

I have deployed my application in the ec2, using the aws code deploy with blue-green deployment strategy but the rollback option is not working in the blue-green deployment why?

preguntada hace 5 meses208 visualizaciones
1 Respuesta
1

There could be a few reasons why the rollback option is not working for your blue-green deployment with CodeDeploy:

The deployment configuration may not be set up correctly for rollback. Ensure the deployment configuration specifies a rollback trigger and rollback mechanism.

There could be issues with the validation test for the deployment. If the validation test fails or times out, CodeDeploy will not trigger the rollback. Check the validation test is properly configured and completes successfully within the timeout period.

Permissions or IAM roles used by CodeDeploy may be missing the required permissions for rollback actions. Confirm the CodeDeploy service role has permissions for the rollback operations.

Logs from the CodeDeploy agent on the EC2 instances ( /var/log/aws/codedeploy-agent/codedeploy-agent.log ) can provide more clues on where the deployment is failing during the validation or rollback stages. Check these logs for errors.

If using Auto Scaling groups, the deployment configuration may need adjusting to ensure instances are properly deregistered and registered during rollback.

AWS
Paul
respondido hace 5 meses

No has iniciado sesión. Iniciar sesión para publicar una respuesta.

Una buena respuesta responde claramente a la pregunta, proporciona comentarios constructivos y fomenta el crecimiento profesional en la persona que hace la pregunta.

Pautas para responder preguntas