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回答
0
承認された回答

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
エキスパート
回答済み 10ヶ月前
profile picture
エキスパート
レビュー済み 1ヶ月前
  • 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
回答済み 10ヶ月前
  • Hi, perfect now it worked!!

  • thank you very much!

ログインしていません。 ログイン 回答を投稿する。

優れた回答とは、質問に明確に答え、建設的なフィードバックを提供し、質問者の専門分野におけるスキルの向上を促すものです。

質問に答えるためのガイドライン

関連するコンテンツ