これは、VPCを使った最初の試みです。
テンプレートをVPCを使用するように変更しました。スタックがVPCの外部で起動されたときはすべて問題ありませんでしたが、VPCの内部にあるため、cfn-init(Ec2Config)パッケージを使用してインスタンスの起動中にS3からファイルをダウンロードできません。そのWindowsボックス。
cfn-initログに次のログが表示されます。
2012-10-11 08:11:40,992 DEBUG Client initialized with endpoint https://cloudformation.us-east-1.amazonaws.com
2012-10-11 08:11:41,523 DEBUG Describing resource LaunchConfigName in stack StackName
2012-10-11 08:12:03,113 ERROR URLError: getaddrinfo returns an empty list
2012-10-11 08:12:03,144 DEBUG Sleeping for 0.921699 seconds before retrying
2012-10-11 08:12:25,109 ERROR URLError: getaddrinfo returns an empty list
2012-10-11 08:12:25,109 DEBUG Sleeping for 1.240427 seconds before retrying
2012-10-11 08:12:47,386 ERROR URLError: getaddrinfo returns an empty list
2012-10-11 08:12:47,386 DEBUG Sleeping for 5.528233 seconds before retrying
2012-10-11 08:13:13,968 ERROR URLError: getaddrinfo returns an empty list
2012-10-11 08:13:13,968 DEBUG Sleeping for 4.688940 seconds before retrying
2012-10-11 08:13:39,677 ERROR URLError: getaddrinfo returns an empty list
cfn-hupログに次のログが表示されます。
2012-10-11 08:23:06,550 ERROR Error: could not find main configuation at C:\cfn\cfn-hup.conf
2012-10-11 08:23:06,893 ERROR Error: main section must contain stack option
2012-10-11 08:33:06,089 ERROR Error: could not find main configuation at C:\cfn\cfn-hup.conf
2012-10-11 08:33:06,370 ERROR Error: main section must contain stack option
2012-10-11 08:43:06,533 ERROR Error: could not find main configuation at C:\cfn\cfn-hup.conf
2012-10-11 08:43:06,876 ERROR Error: main section must contain stack option
2012-10-11 08:53:06,119 ERROR Error: could not find main configuation at C:\cfn\cfn-hup.conf
2012-10-11 08:53:06,416 ERROR Error: main section must contain stack option
インスタンスから、Webブラウザを介してインターネットにアクセスできます。