Conversions-API-Gateway

0

Hi, I am trying to connect Conversions API Gateway to my facebook pixel. But I am having problems.

After I start creating the STACK an average of 2 hours pass and I get this error: ID Login: ALBWaitCondition State: CREATE_FAILED Reason for status: WaitCondition timed out. Received 0 conditions when expecting 1

I attach screenshots Can you please help me understand why this is happening? Thank you very much screenshots error

  • I did three attempts but always had the same problem. I did several online searches but couldn't find anything..

2 Answers
1
Accepted Answer

Wait Conditions controls the order of creation of the AWS resources in a CloudFormation stack. It can pause the creation of a stack and wait for a signal to ensure that specific resources and configurations were properly launched before resuming the stack creation process.

https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-waitcondition.html

It looks like the process it is waiting for times out before it is completed. You must either increase the timeout in the Wait Condition or verify if the process it is waiting for is signaling back to cloudformation correctly.

AWS
vtjean
answered 10 months ago
  • Hello, thank you very much for your help. To do what you wrote, do I have to restart the Stack creation?

0

Sorry, should I put a code in this section to extend the time for the process to complete? screenshot

Bs
answered 10 months ago
  • Try looking for WaitCondition in the Designer. If not found, then look at the complete template and search the text.

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.

Guidelines for Answering Questions