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 Respuestas
1
Respuesta aceptada

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

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