<?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>No One Is Perfect &#187; Amazon</title>
	<atom:link href="http://watchitlater.com/blog/tag/amazon/feed/" rel="self" type="application/rss+xml" />
	<link>http://watchitlater.com/blog</link>
	<description>A reluctant foray into the world of blogging.</description>
	<lastBuildDate>Tue, 08 Nov 2011 12:32:55 +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>Provision EC2 instance using boto</title>
		<link>http://watchitlater.com/blog/2011/09/provision-ec2-instance-using-boto/</link>
		<comments>http://watchitlater.com/blog/2011/09/provision-ec2-instance-using-boto/#comments</comments>
		<pubDate>Wed, 14 Sep 2011 12:09:23 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[My Code]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[boto]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[ec2]]></category>
		<category><![CDATA[fabric]]></category>
		<category><![CDATA[puppet]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=343</guid>
		<description><![CDATA[Sam Newman recently published a very interesting blog entry on using fabric to apply puppet scripts on remote machines. He left the provision_using_boto() method as an exercise to the reader. That just sounded tempting enough to be a challenge since I hadn&#8217;t gotten around to looking at boto. You can find the result of my [...]]]></description>
			<content:encoded><![CDATA[<p>Sam Newman recently published a very interesting <a href="http://www.magpiebrain.com/2011/08/21/using-fabric-to-apply-puppet-scripts/">blog entry</a> on using <a href="http://docs.fabfile.org/en/1.2.2/index.html">fabric</a> to apply <a href="https://github.com/puppetlabs/puppet">puppet</a> scripts on remote machines. He left the <code>provision_using_boto()</code> method as an exercise to the reader. That just sounded tempting enough to be a challenge since I hadn&#8217;t gotten around to looking at <a href="http://boto.cloudhackers.com/">boto</a>. You can find the result of my attempt on <a href="https://github.com/tomcz/aws_py/tree/master/ec2">GitHub</a>. To be precise <a href="https://github.com/tomcz/aws_py/blob/master/ec2/aws.py">aws.py</a> implements the provisioning using boto and <a href="https://github.com/tomcz/aws_py/blob/master/ec2/fabfile.py">fabfile.py</a> drives fabric and puppet. Hope you find it as useful as I have.</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2011/09/provision-ec2-instance-using-boto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AWS CloudFront invalidation</title>
		<link>http://watchitlater.com/blog/2011/08/aws-cloudfront-invalidation/</link>
		<comments>http://watchitlater.com/blog/2011/08/aws-cloudfront-invalidation/#comments</comments>
		<pubDate>Tue, 23 Aug 2011 11:52:24 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[My Code]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[cloudfront]]></category>
		<category><![CDATA[devops]]></category>
		<category><![CDATA[Python]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=321</guid>
		<description><![CDATA[It is now possible to invalidate objects (files) in AWS CloudFront distributions. Handy when someone, like me, occasionally publishes files with the wrong content type. Here is how I implement this invalidation in python.]]></description>
			<content:encoded><![CDATA[<p>It is now possible to invalidate objects (files) in <a href="http://aws.amazon.com/cloudfront/">AWS CloudFront</a> distributions. Handy when someone, like me, occasionally publishes files with the wrong content type. <a href="https://github.com/tomcz/aws_py">Here</a> is how I implement this invalidation in python.</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2011/08/aws-cloudfront-invalidation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>S3DropBox is now on GitHub</title>
		<link>http://watchitlater.com/blog/2011/04/s3dropbox-is-now-on-github/</link>
		<comments>http://watchitlater.com/blog/2011/04/s3dropbox-is-now-on-github/#comments</comments>
		<pubDate>Mon, 18 Apr 2011 13:12:57 +0000</pubDate>
		<dc:creator>Tom</dc:creator>
				<category><![CDATA[My Code]]></category>
		<category><![CDATA[Software Development]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[dropbox]]></category>
		<category><![CDATA[github]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[S3]]></category>
		<category><![CDATA[swing]]></category>

		<guid isPermaLink="false">http://watchitlater.com/blog/?p=268</guid>
		<description><![CDATA[I&#8217;ve released a new version of my S3DropBox on GitHub. I&#8217;ve moved the project to GitHub so that I can have all my current active projects in one place. Check it out in its new home at https://github.com/tomcz/s3dropbox. This release uses the AWS java libraries. They are finally good enough for me to stop creating [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve released a new version of my S3DropBox on GitHub. I&#8217;ve moved the project to GitHub so that I can have all my current active projects in one place. Check it out in its new home at <a href="https://github.com/tomcz/s3dropbox">https://github.com/tomcz/s3dropbox</a>.</p>
<p>This release uses the AWS java libraries. They are finally good enough for me to stop creating my own wheels and vulcanising my own rubber. As a bonus the S3DropBox creates URLs in virtual hosted format (eg. https://mybucket.s3.amazonaws.com/myobject) if the bucket name permits that, uses HTTPS by default and is able to perform multipart uploads so that large files get uploaded faster.</p>
]]></content:encoded>
			<wfw:commentRss>http://watchitlater.com/blog/2011/04/s3dropbox-is-now-on-github/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

