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 Antworten
0
Akzeptierte Antwort

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
EXPERTE
beantwortet vor 10 Monaten
profile picture
EXPERTE
überprüft vor einem Monat
  • 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
beantwortet vor 10 Monaten
  • Hi, perfect now it worked!!

  • thank you very much!

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen