<?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>Inkzee &#187; AWS</title>
	<atom:link href="http://blog.inkzee.com/index.php/tag/aws/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inkzee.com</link>
	<description>How to read more in less time</description>
	<lastBuildDate>Wed, 12 May 2010 13:23:28 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Christmas updates</title>
		<link>http://blog.inkzee.com/index.php/2009/12/24/christmas-updates/</link>
		<comments>http://blog.inkzee.com/index.php/2009/12/24/christmas-updates/#comments</comments>
		<pubDate>Thu, 24 Dec 2009 18:56:48 +0000</pubDate>
		<dc:creator>abarrera</dc:creator>
				<category><![CDATA[inkzee]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[performance]]></category>

		<guid isPermaLink="false">http://blog.inkzee.com/?p=73</guid>
		<description><![CDATA[Hi all, Sorry we&#8217;ve been so silent lately. It&#8217;s been a mad fall. Last post we wrote about a migration to Amazon Web Services (AWS). To be fair, the migration was a little painful. We had to set new machines with new software versions that made the system a little shaky for a while. We [...]]]></description>
			<content:encoded><![CDATA[<p>Hi all,</p>
<p>Sorry we&#8217;ve been so <strong>silent</strong> lately. It&#8217;s been a mad fall. <a href="http://blog.inkzee.com/index.php/2009/08/20/step-3-aws-migration/">Last post</a> we wrote about a migration to Amazon Web Services (AWS). To be fair, the <strong>migration was a little painful</strong>. We had to set new machines with new software versions that made the system a little shaky for a while. We also run into some really nasty performance issues with the new AWS instances.</p>
<p>First of all, if you have a<strong> Debian image</strong> as we had, be sure to <strong>use the correct fine tuned C libraries for Xen Virtualization</strong> (that&#8217;s what AWS runs on). We started having a huge load on the machines and after investigating we discovered we were using the wrong C library and it was really killing the server.</p>
<p>So after changing the libraries and setting up images that would autoconfigure themselves with the latest config files and code from the latest release, we setup the monitoring software. That&#8217;s when we discovered the magic of the AWS instances. When you&#8217;re the only one running stuff in your datacenter, everything runs smoothly, but when the US East Coast woke up, the performance of the machine would just drop alarmingly. The reason is that, when <strong>no one else is using the resources</strong> of the machine your VM is running, <strong>you&#8217;ll get extra resources</strong>, but when all the resources are being used, <strong>you&#8217;ll get capped</strong> to what is configured for that AWS instance. In our case, that was killing us.</p>
<p>After figuring out this, we started benchmarking the backend and looking for ways to decrease the stress. When we finally did, everything went back to normal. We had to fine tune some parameters but the worse part was done. That was our great AWS adventure that didn&#8217;t end up there. In the next posts we&#8217;ll write a little bit about different issues we had and <a href="http://blog.inkzee.com/index.php/2009/12/24/being-a-lean-startup/">things we&#8217;ve been doing lately</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inkzee.com/index.php/2009/12/24/christmas-updates/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Step 3: AWS migration</title>
		<link>http://blog.inkzee.com/index.php/2009/08/20/step-3-aws-migration/</link>
		<comments>http://blog.inkzee.com/index.php/2009/08/20/step-3-aws-migration/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 18:02:14 +0000</pubDate>
		<dc:creator>abarrera</dc:creator>
				<category><![CDATA[inkzee]]></category>
		<category><![CDATA[Amazon]]></category>
		<category><![CDATA[AWS]]></category>
		<category><![CDATA[Migration]]></category>
		<category><![CDATA[tokyo cabinet]]></category>

		<guid isPermaLink="false">http://blog.inkzee.com/?p=70</guid>
		<description><![CDATA[Hello all! We are finally there! We&#8217;ve devoted this past month to migrate all of the Inkzee system to the new database we are deploying, Tokyo Cabinet. It&#8217;s taken us forever to finish this migration but it&#8217;s here to stay. We are still missing some key things, but the bulk of it is already there [...]]]></description>
			<content:encoded><![CDATA[<p>Hello all!</p>
<p>We are finally there! We&#8217;ve devoted this past month to <a href="http://blog.inkzee.com/index.php/2009/06/15/step-2-database-redesign/">migrate all of the Inkzee system</a> to the new database we are deploying, <a href="http://blog.inkzee.com/index.php/2009/06/25/first-stats-with-tokyo-cabinet/"><strong>Tokyo Cabinet</strong></a>. It&#8217;s taken us forever to finish this migration but it&#8217;s here to stay. We are still missing some key things, but the bulk of it is already there so we&#8217;re starting to<strong> begin the migration to <a href="http://aws.amazon.com/">Amazon Web Services</a></strong> (AWS).</p>
<p>Right now we&#8217;ve managed to <strong>build a custom image for our servers</strong> with all the tools we need to run the Inkzee backend. Tomorrow and next week we&#8217;ll<strong> start moving data from the old server to the one in Amazon</strong>. This wont be painless and we know it. The architecture is still not 100% stable so we expect some minor glitches but nothing too serious.</p>
<p>So, here we go for step 3!!</p>
<p>Happy summer to all!</p>
<p><strong>The Inkzee Team</strong></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.inkzee.com/index.php/2009/08/20/step-3-aws-migration/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

