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개 답변
1
수락된 답변

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

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

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

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

관련 콘텐츠