<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="FeedCreator 1.7.2" -->
<rss version="2.0">
	<channel>
		<title>Easy Steps to Start Up Amazon EC2 Images</title>
		<description>Comments for Easy Steps to Start Up Amazon EC2 Images at http://www.phurnace.com , comment 1 to 6 out of 6 comments</description>
		<link>http://www.phurnace.com</link>
		<lastBuildDate>Fri, 10 Sep 2010 10:28:13 +0100</lastBuildDate>
		<generator>FeedCreator 1.7.2</generator>
		<item>
			<title>Thanks!</title>
			<link>http://www.phurnace.com/cloud-computing/easy-steps-to-start-up-amazon-ec2-images.html#comment-40</link>
			<description>Just been using EC2 for a few weeks now and this is exactly what I was looking for!!!  Hooray. - Jeff</description>
			<pubDate>Mon, 07 Sep 2009 23:25:55 +0100</pubDate>
		</item>
		<item>
			<title>Really useful, thanks!</title>
			<link>http://www.phurnace.com/cloud-computing/easy-steps-to-start-up-amazon-ec2-images.html#comment-39</link>
			<description>Good work. Was a really useful basis for my own script. Cheers - Kieran</description>
			<pubDate>Sat, 05 Sep 2009 10:43:08 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.phurnace.com/cloud-computing/easy-steps-to-start-up-amazon-ec2-images.html#comment-33</link>
			<description>Okay, got it to work now, have to pass the following to the JVM.  Do so by adding the following to ec2-cmd:

EC2_JVM_ARGS=&quot;-Dhttps.proxyHost=mycompany.domain -Dhttps.proxyPort=80&quot;
export EC2_JVM_ARGS
 - caftech</description>
			<pubDate>Tue, 21 Jul 2009 16:02:56 +0100</pubDate>
		</item>
		<item>
			<title>How to use script if have HTTP Proxy tunneling</title>
			<link>http://www.phurnace.com/cloud-computing/easy-steps-to-start-up-amazon-ec2-images.html#comment-32</link>
			<description>Hi,

I tried to use your script but since my company requires all internet access to go thru HTTP Proxy tunneling, how should I customize the script to do that?  Currently, when I run the script it fails with:

Launching AMI ami-cecb2fa7
Unexpected error:
java.net.NoRouteToHostException: No route to host
        at java.net.PlainSocketImpl.socketConnect(Native Method)
        at java.net.PlainSocketImpl.doConnect(PlainSocketImpl.java:333)
        at java.net.PlainSocketImpl.connectToAddress(PlainSocketImpl.java:195)
        at java.net.PlainSocketImpl.connect(PlainSocketImpl.java:182)
        at java.net.SocksSocketImpl.connect(SocksSocketImpl.java:366)
        at java.net.Socket.connect(Socket.java:519)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.connect(SSLSocketImpl.java:550)
        at com.sun.net.ssl.internal.ssl.SSLSocketImpl.(SSLSocketImpl.java:394)
        at com.sun.net.ssl.internal.ssl.SSLSocketFactoryImpl.createSocket(SSLSocketFactoryImpl.java:123)
        at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:81)
        at org.apache.commons.httpclient.protocol.SSLProtocolSocketFactory.createSocket(SSLProtocolSocketFactory.java:126)
        at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:706)
        at org.apache.commons.httpclient.MultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(MultiThreadedHttpConnectionManager.java:1321)
        at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:386)
        at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:170)
        at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:396)
        at org.codehaus.xfire.transport.http.CommonsHttpMessageSender.send(CommonsHttpMessageSender.java:369)
        at org.codehaus.xfire.transport.http.HttpChannel.sendViaClient(HttpChannel.java:123)
        at org.codehaus.xfire.transport.http.HttpChannel.send(HttpChannel.java:48)
        at org.codehaus.xfire.handler.OutMessageSender.invoke(OutMessageSender.java:26)
        at org.codehaus.xfire.handler.HandlerPipeline.invoke(HandlerPipeline.java:131)
        at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:79)
        at org.codehaus.xfire.client.Invocation.invoke(Invocation.java:114)
        at org.codehaus.xfire.client.Client.invoke(Client.java:336)
        at org.codehaus.xfire.client.XFireProxy.handleRequest(XFireProxy.java:77)
        at org.codehaus.xfire.client.XFireProxy.invoke(XFireProxy.java:57)
        at $Proxy12.runInstances(Unknown Source)
        at com.amazon.aes.webservices.client.Jec2.runInstances(Jec2.java:768)
        at com.amazon.aes.webservices.client.cmd.RunInstances.invokeOnline(RunInstances.java:142)
        at com.amazon.aes.webservices.client.cmd.BaseCmd.invoke(BaseCmd.java:631)
        at com.amazon.aes.webservices.client.cmd.RunInstances.main(RunInstances.java:198)
Error starting instance for image ami-cecb2fa7
 - caftech</description>
			<pubDate>Tue, 21 Jul 2009 15:00:45 +0100</pubDate>
		</item>
		<item>
			<title>...</title>
			<link>http://www.phurnace.com/cloud-computing/easy-steps-to-start-up-amazon-ec2-images.html#comment-31</link>
			<description>You can also add /opt/ec2/tools/ec2-api-tools-1.3-30349/bin to your path so that you can easily run the commands from bash.

in your .bash_profile:

export PATH=$PATH:/opt/ec2/tools/ec2-api-tools-1.3-30349/bin - Dimitris</description>
			<pubDate>Sat, 11 Jul 2009 03:28:01 +0100</pubDate>
		</item>
		<item>
			<title>Thanks!</title>
			<link>http://www.phurnace.com/cloud-computing/easy-steps-to-start-up-amazon-ec2-images.html#comment-30</link>
			<description>Thanks for this, its very helpful.  :D - Channing Walton</description>
			<pubDate>Wed, 08 Jul 2009 14:39:00 +0100</pubDate>
		</item>
	</channel>
</rss>
