Conversions-API-Gateway (3)

0

Hi, I hope you can help me. I am trying to implement API conversions using the Gateway conversions API.

But I have not succeeded. Basically I start the STACK creation but the process hangs, see screenshot. Enter image description here

From what I understand and what you have advised, I need to increase the task duration.

However, even reading this guide I cannot implement the code. https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-waitcondition.html

Can you explain to me step by step how to implement the code I need to extend the task duration?

And do I have to enter the code while the stack creation is in progress or after it has failed?

Thanks for your help

2 Answers
0
Accepted Answer

Hi, look at steps from 3 to 5 in https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-waitcondition.html You need to make an http call to the provided endpoint to wake up the CFN so that it can continue its creation.

The best is to try manually with curl from your terminal when you make initial tests. See provided examples in the page here above.

Best, Didier

profile pictureAWS
EXPERT
answered 9 months ago
profile picture
EXPERT
reviewed a month ago
  • Hi, perfect now it worked!!

  • thank you very much for your help

0

Hi, we found that it is probably related to one of the issue AWS rolled out recently. https://github.com/aws-ia/terraform-aws-eks-blueprints-addons/issues/200

The CAPIG team has made a patch to handle this. Maybe you can retry and see whether it works now?

Leo
answered 9 months ago
  • Hi, perfect now it worked!!

  • thank you very much!

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