Skip to content

CDK pipeline trying to create EC2 (AlbFargateService311AC02D) but stuck in CREATE_IN_PROGRESS status and finally rollsback due to "Resource timed out waiting for completion"

0

I have a CDK pipeline and trying to construct prod stage in us-east-1 all resources are created successfully but EC2 create is stuck in 2024-09-13 07:28:19 UTC-0700 AlbFargateService311AC02D CREATE_IN_PROGRESS CONFIGURATION_COMPLETE Eventual consistency check initiated

and after 2-3 hr it fails and deployment rolls back due to "Resource timed out waiting for completion"

I tried this 2 times but same result

exact error - Resource timed out waiting for completion (RequestToken: b3443298-1659-61d4-3291-299d081ea541)

please help.

asked 9 months ago265 views
2 Answers
0

Issue is - image not found due to local_development_resources_service (added from local cdk deploy) - no resolution so far 875023860230.dkr.ecr.us-east-1.amazonaws.com/barsecrrepo-b459964f64b6cd0cc640d8367f75ece97f222030:local_development_resources_service_1f94ce09771ffa812ae98adb9419ae39598cc7dddfa3fdb92703b783bcd916eb

should be 875023860230.dkr.ecr.us-east-1.amazonaws.com/barsecrrepo-b459964f64b6cd0cc640d8367f75ece97f222030:c8f813e4-8023-42cd-9a61-0f8e6e59542c_service_main

answered 9 months ago
0

Took a pipeline deployment, took care of it

answered 9 months ago
EXPERT
reviewed 9 months ago

You are not logged in. Log in to post an answer.

A good answer clearly answers the question and provides constructive feedback and encourages professional growth in the question asker.