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 Risposte
0
Risposta accettata

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
ESPERTO
con risposta 10 mesi fa
profile picture
ESPERTO
verificato un mese fa
  • 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
con risposta 10 mesi fa
  • Hi, perfect now it worked!!

  • thank you very much!

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande