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 年前

您尚未登入。 登入 去張貼答案。

一個好的回答可以清楚地回答問題並提供建設性的意見回饋,同時有助於提問者的專業成長。

回答問題指南