我正在尝试使用AWS CF启动EC2实例并在其上安装SQL Server。 我做了以下事情:
1. Created a powershell script to download executables for SQL Server.
2. Creating a .bat file to trigger installation once the installation is completed.
3. Once the instance gets created the file is downloaded and installation should start.
但是我收到了waitcondition超时错误。
我的代码
https://s3-ap-southeast-2.amazonaws.com/zmanda1/piece.txt
谢谢&问候, 山塔努
答案 0 :(得分:0)
我没有看到您在实例完成时发出等待条件的信号。您必须使用cfn-signal命令从您的实例发出等待条件信号。请参阅AWS documentation。
我不能说是否存在可能阻止模板工作的其他错误,但您需要使用cfn-signal通知实例的开始,或者完全删除等待条件。