Cloudformation update error and rollback error: 'ECS Deployment Circuit Breaker was triggered'

0

Hi,

we had an application running in our development environment for a while just fine. Now I just tried to update the stack with the was cli: cdk synth --all -c config=prod --profile prod cdk deploy --all -c config=prod --profile prod

it tried to update the stack, but aborted the update and rolled back. However also the rollback now shows: "UPDATE_ROLLBACK_FAILED" in the cloudformation stack.

The problem ist the AWS::ECS::Service Which gave me the: Resource handler returned message: "Error occurred during operation 'ECS Deployment Circuit Breaker was triggered'." (RequestToken: 52b9bd9c-438c-1cfa-0f5b-db848cde6b6b, HandlerErrorCode: GeneralServiceException)

As the app was already running fine, before and is also running fine currently, I don't think it has anything to do with the application not being healthy or anything. The appliaction or docker code has not been changed.

I only wanted to increase the cpu and memory of the FARGATE ecs servers: ecs.FargateTaskDefinition cpu: 1024 -2048, memoryLimitMiB: 2048 -> 4096 and ecs.ContainerImage.fromEcrRepository cpu: 512 -> 1023, memoryReservationMiB: 256 -> 512,

also the aws cloudformation continue-update-rollback resulted in the same problem.

How can i best fix this or find out where the problem is?

Thank you.

답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠