<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Lonely Lion &#187; AWS</title>
	<atom:link href="http://weblog.lonelylion.com/category/aws/feed/" rel="self" type="application/rss+xml" />
	<link>http://weblog.lonelylion.com</link>
	<description>Chris McAvoy likes kites</description>
	<lastBuildDate>Tue, 24 Jan 2012 03:52:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Amazon Gets Relational</title>
		<link>http://weblog.lonelylion.com/2009/10/27/amazon-gets-relational/</link>
		<comments>http://weblog.lonelylion.com/2009/10/27/amazon-gets-relational/#comments</comments>
		<pubDate>Tue, 27 Oct 2009 14:49:09 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[amazon]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[rds]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/?p=825</guid>
		<description><![CDATA[Last week I gave an Amazon EC2 presentation at the Day of Cloud conference here in Chicago. My slides from the presentation cover some basics about EC2. It was a good day, lots of good speakers, and lots of attendees that were interested in getting their apps into the mysterious clooooouuudd. The kicker is, I [...]]]></description>
			<content:encoded><![CDATA[<p>Last week I gave an Amazon EC2 presentation at the <a href="http://www.dayofcloud.com/">Day of Cloud</a> conference here in Chicago.  <a href="http://www.slideshare.net/cmcavoy/day-of-cloud-amazon-ec2">My slides from the presentation cover some basics about EC2</a>.  It was a good day, lots of good speakers, and lots of attendees that were interested in getting their apps into the mysterious <em>clooooouuudd</em>.</p>
<p>The kicker is, I spent a fair amount of time explaining how to set up a relational database on EC2, just in time for <a href="http://aws.amazon.com/about-aws/whats-new/2009/10/27/introducing-amazon-relational-database-service/">Amazon to announce that they&#8217;re releasing very easy to use MySQL instances</a>.  Luckily, I have a half hour tomorrow at the  <a href="http://chigtug4.eventbrite.com/">Chicago Google Tools User Group</a> to revisit the Amazon talk.  I&#8217;ll revise the talk to focus on Amazon&#8217;s new offerings, specifically how to get a reasonable web app up on Amazon using <a href="http://aws.amazon.com/rds">RDS</a> as a database back end.</p>
<p>I understand the irony of giving the talk at a Google tools group, but it can&#8217;t hurt to know how to move your applications off of AppEngine and on to other services.  It&#8217;s all part of <a href="http://www.dataliberation.org/">Data Liberation</a>, right?</p>
<div style="width:425px;text-align:left" id="__ss_2238491"><a style="font:14px Helvetica,Arial,Sans-serif;display:block;margin:12px 0 3px 0;text-decoration:underline;" href="http://www.slideshare.net/cmcavoy/day-of-cloud-amazon-ec2" title="Day of Cloud: Amazon EC2">Day of Cloud: Amazon EC2</a><object style="margin:0px" width="425" height="355"><param name="movie" value="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cloudcomputingtalkoutline-091015232711-phpapp01&#038;stripped_title=day-of-cloud-amazon-ec2" /><param name="allowFullScreen" value="true"/><param name="allowScriptAccess" value="always"/><embed src="http://static.slidesharecdn.com/swf/ssplayer2.swf?doc=cloudcomputingtalkoutline-091015232711-phpapp01&#038;stripped_title=day-of-cloud-amazon-ec2" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="355"></embed></object>
<div style="font-size:11px;font-family:tahoma,arial;height:26px;padding-top:2px;">View more <a style="text-decoration:underline;" href="http://www.slideshare.net/">presentations</a> from <a style="text-decoration:underline;" href="http://www.slideshare.net/cmcavoy">cmcavoy</a>.</div>
</div>
<p>Now, with video:<br />
<embed src="http://blip.tv/play/g%2BRygar1FgI" type="application/x-shockwave-flash" width="480" height="350" allowscriptaccess="always" allowfullscreen="true"></embed></p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2009/10/27/amazon-gets-relational/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Amazon EC2 Without A Custom AMI</title>
		<link>http://weblog.lonelylion.com/2009/08/18/amazon-ec2-without-a-custom-ami/</link>
		<comments>http://weblog.lonelylion.com/2009/08/18/amazon-ec2-without-a-custom-ami/#comments</comments>
		<pubDate>Tue, 18 Aug 2009 20:05:55 +0000</pubDate>
		<dc:creator>Chris</dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[cloud]]></category>

		<guid isPermaLink="false">http://weblog.lonelylion.com/?p=822</guid>
		<description><![CDATA[I&#8217;ve been involved with a handful of EC2 deployments at PSC, and they&#8217;ve all ended up with a custom AMI. Basically, starting up an existing base Ubuntu server, installing and configuring packages, and saving the new image as a custom AMI. It&#8217;s not a bad way of doing things, but I had a nagging feeling [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been involved with a handful of EC2 deployments at <a href="http://www.psclistens.com">PSC</a>, and they&#8217;ve all ended up with a custom AMI.  Basically, starting up an existing base Ubuntu server, installing and configuring packages, and saving the new image as a custom AMI.  It&#8217;s not a bad way of doing things, but I had a nagging feeling that there was an easier way.  Especially given the ease of deploying an AppEngine app.  Granted, they&#8217;re two completely different animals, but still&#8230;there had to be something better.</p>
<p>Eric Hammond, of <a href="http://alesic.com">Alestic</a> fame, answered a bunch of my nagging subconscious questions with the release of <a href="http://alestic.com/2009/08/runurl">runurl</a>.  Now, you build and host your configuration scripts, and pass a list of the scripts to run on server start up through passed <a href="http://alestic.com/2009/06/ec2-user-data-scripts">user-data scripts</a>.  In theory, it&#8217;s possible to start up a new base server, and automate the build out through hosted scripts.  It means slower start up time, but significantly less configuration and AMI maintenance.  For a webserver cluster, where you have some time to get new nodes up, this method makes more sense than the standard AMI-saving method.    Nice work Eric!</p>
]]></content:encoded>
			<wfw:commentRss>http://weblog.lonelylion.com/2009/08/18/amazon-ec2-without-a-custom-ami/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced

Served from: weblog.lonelylion.com @ 2012-02-05 21:38:34 -->
