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 Respostas
1
Resposta aceita

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
respondido há 10 meses
  • 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
respondido há 10 meses
  • Try looking for WaitCondition in the Designer. If not found, then look at the complete template and search the text.

Você não está conectado. Fazer login para postar uma resposta.

Uma boa resposta responde claramente à pergunta, dá feedback construtivo e incentiva o crescimento profissional de quem perguntou.

Diretrizes para responder a perguntas