CloudFormation stack template failing to receive 1 resource signal during creation of EC2 instance

0

Hello everyone,

I am trying to deploy a MATLAB VM using the official stack deployment method on the MATLAB Help Centre (through the provided GitHub repository). However, when I try to do this, the EC2 instance creation always fails with "Failed to receive 1 resource signal(s) within the specified duration". This whole process apparently takes only 10-20 minutes and I have tried waiting for 3 hours by increasing the timeout period but I still get CREATE_FAILED followed by rollback. What could possibly be happening here and how could I go about resolving it?

質問済み 2年前1892ビュー
1回答
0

The first place I would look is the network configuration of the subnet. You will need to provide a way for the cfn-signal to communicate to the CloudFormation endpoints. Here is an article on how to implement a VPC endpoint, Signaling AWS CloudFormation WaitConditions using AWS PrivateLink.

profile pictureAWS
エキスパート
kentrad
回答済み 2年前

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

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

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

関連するコンテンツ