aws-samples/bedrock-access-gateway

CloudFormation stack stuck at CREATE_IN_PROGRESS

Closed this issue · 3 comments

Whenever I am launching the CloudFormation script using either lambda or fargate, after a while CloudFormation is getting stuck at CREATE_IN_PROGRESS, which does not seem to go anywhere. I have not used any private Api key, all defaults options, just pressed next. Any clue?

Screenshot 2024-08-19 233118

You didn't do step 1 as in the deployment guide. The Fargate task will try to access a parameter that haven't been created and it will automatically restarted again and again.

So please create the API key in parameter store first. Check out the deployment guide again.

Try with step 1 and see if the deployment is successed.

Thank you it worked, i thought step 1 was optional. Also if possible can you please tell me any frotend or app where i can use my custom api endpoint?