<?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>Thomas Brox R&oslash;st</title>
	<atom:link href="http://thomas.broxrost.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://thomas.broxrost.com</link>
	<description></description>
	<lastBuildDate>Wed, 20 Jul 2022 14:46:12 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>https://wordpress.org/?v=4.7.29</generator>
	<item>
		<title>On  Boto and Chef Community Cookbooks</title>
		<link>http://thomas.broxrost.com/2017/07/05/on-boto-and-chef-community-cookbooks/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://thomas.broxrost.com/2017/07/05/on-boto-and-chef-community-cookbooks/#respond</comments>
		<pubDate>Wed, 05 Jul 2017 16:52:16 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Brox Røst]]></dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[Python]]></category>
		<category><![CDATA[Technical]]></category>
		<category><![CDATA[aws]]></category>
		<category><![CDATA[boto]]></category>
		<category><![CDATA[chef]]></category>
		<category><![CDATA[iam]]></category>

		<guid isPermaLink="false">http://thomas.broxrost.com/?p=305</guid>
		<description><![CDATA[Today I learned: It is time to let the old Boto retire; it would not let me access the attached managed policies of an IAM role. Boto3 supports this. Chef community cookbooks that are bundled with a project have a tendency to not work if left alone for a while&#8212;and upgrading them can get messy [&#8230;]<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2016/06/15/fixing-boot-problems-after-upgrading-to-ubuntu-9-10-on-linode/"     class="wherego_title">Fixing boot problems after upgrading to Ubuntu 9.10 on&hellip;</a></li><li><a href="http://thomas.broxrost.com/2017/07/05/on-boto-and-chef-community-cookbooks/"     class="wherego_title">On  Boto and Chef Community Cookbooks</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></description>
				<content:encoded><![CDATA[<p>Today I learned:</p>
<ol>
<li>It is time to let the old <a href="https://github.com/boto/boto">Boto</a> retire; it would not let me access the attached managed policies of an IAM role. <a href="http://boto3.readthedocs.io/en/latest/">Boto3</a> supports <a href="http://boto3.readthedocs.io/en/latest/reference/services/iam.html#IAM.Client.list_attached_role_policies">this</a>.</li>
<li><a href="https://github.com/chef-cookbooks">Chef community cookbooks</a> that are bundled with a project have a tendency to not work if left alone for a while&mdash;and upgrading them can get messy due to the way dependencies are handled. Stick to the cookbooks with no or simple dependency graphs or just roll your own solution.
</ol>
<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2016/06/15/fixing-boot-problems-after-upgrading-to-ubuntu-9-10-on-linode/"     class="wherego_title">Fixing boot problems after upgrading to Ubuntu 9.10 on&hellip;</a></li><li><a href="http://thomas.broxrost.com/2017/07/05/on-boto-and-chef-community-cookbooks/"     class="wherego_title">On  Boto and Chef Community Cookbooks</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://thomas.broxrost.com/2017/07/05/on-boto-and-chef-community-cookbooks/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing boot problems after upgrading to Ubuntu 9.10 on Linode</title>
		<link>http://thomas.broxrost.com/2016/06/15/fixing-boot-problems-after-upgrading-to-ubuntu-9-10-on-linode/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://thomas.broxrost.com/2016/06/15/fixing-boot-problems-after-upgrading-to-ubuntu-9-10-on-linode/#respond</comments>
		<pubDate>Wed, 15 Jun 2016 14:44:08 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Brox Røst]]></dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[fstab]]></category>
		<category><![CDATA[Linode]]></category>
		<category><![CDATA[Ubuntu]]></category>

		<guid isPermaLink="false">http://thomas.broxrost.com/?p=293</guid>
		<description><![CDATA[I recently upgraded an ancient Linode virtual server from Ubuntu 9.04 to 9.10. When I attempted a reboot it would fail &#8211; which wasn&#8217;t totally unexpected: mount: mount point /dev/pts does not exist mountall: mount /dev/pts [1070] terminated with status 32 mountall: Filesystem could not be mounted: /dev/pts mount: mount point /dev/pts does not exist mountall: [&#8230;]<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2016/06/15/fixing-boot-problems-after-upgrading-to-ubuntu-9-10-on-linode/"     class="wherego_title">Fixing boot problems after upgrading to Ubuntu 9.10 on&hellip;</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></description>
				<content:encoded><![CDATA[<p>I recently upgraded an ancient Linode virtual server from Ubuntu 9.04 to 9.10. When I attempted a reboot it would fail &#8211; which wasn&#8217;t totally unexpected:</p>
<pre>mount: mount point /dev/pts does not exist
mountall: mount /dev/pts [1070] terminated with status 32
mountall: Filesystem could not be mounted: /dev/pts
mount: mount point /dev/pts does not exist
mountall: mount /dev/pts [1074] terminated with status 32
mountall: Filesystem could not be mounted: /dev/pts
init: mountall main process (1065) terminated with status 4
Mount of root filesystem failed.
</pre>
<p>Fortunately Linode has <a href="https://www.linode.com/docs/troubleshooting/rescue-and-rebuild" target="_blank">a good set of rescue documentation</a>. After messing around with <a href="https://forum.linode.com/viewtopic.php?p=28115" target="_blank">various suggestions</a> on <a href="http://www.webmasterview.com/2010/06/linode-outage/" target="_blank">how to fix</a> this problem I ended up with the following <code>/etc/fstab</code>:</p>
<pre>proc /proc proc defaults 0 0
/dev/sda / ext3 noatime,errors=remount-ro 0 1
/dev/sdb none swap sw 0 0
devpts /dev/pts devpts gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs defaults 0 0</pre>
<p>This, however, did not seem to help. After an hour of random trial and error I finally decided to toggle the following option on the Linode configuration edit page to &#8220;no&#8221;:</p>
<p><a href="http://thomas.broxrost.com/wp-content/uploads/2016/06/Screen-Shot-2016-06-15-at-16.32.10.png#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed"><img class="size-medium wp-image-295 alignnone" src="http://thomas.broxrost.com/wp-content/uploads/2016/06/Screen-Shot-2016-06-15-at-16.32.10-300x172.png" alt="Screen Shot 2016-06-15 at 16.32.10" width="300" height="172" srcset="http://thomas.broxrost.com/wp-content/uploads/2016/06/Screen-Shot-2016-06-15-at-16.32.10-300x172.png 300w, http://thomas.broxrost.com/wp-content/uploads/2016/06/Screen-Shot-2016-06-15-at-16.32.10.png 670w" sizes="(max-width: 300px) 100vw, 300px" /></a></p>
<p>For reasons that are still unclear to me, this mounted <code>/dev/pts</code> properly and the rest of the boot sequence ran without a hitch.</p>
<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2016/06/15/fixing-boot-problems-after-upgrading-to-ubuntu-9-10-on-linode/"     class="wherego_title">Fixing boot problems after upgrading to Ubuntu 9.10 on&hellip;</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://thomas.broxrost.com/2016/06/15/fixing-boot-problems-after-upgrading-to-ubuntu-9-10-on-linode/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reducing Virtualbox CPU usage on Windows 7 guest operating system</title>
		<link>http://thomas.broxrost.com/2016/04/08/reducing-virtualbox-cpu-usage-on-windows-7-guest-operating-system/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://thomas.broxrost.com/2016/04/08/reducing-virtualbox-cpu-usage-on-windows-7-guest-operating-system/#respond</comments>
		<pubDate>Fri, 08 Apr 2016 10:34:26 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Brox Røst]]></dc:creator>
				<category><![CDATA[Technical]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[Virtualbox]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://thomas.broxrost.com/?p=288</guid>
		<description><![CDATA[When running Windows 7 as a guest OS on Virtualbox 5.0.16, Virtualbox would after a short while run on maximum CPU load. Looking at the Windows Task Manager it turned out that svchost.exe was running at full speed, eating up a lot of memory as well. The solution was to go to the Services tab and stop wuauserv [&#8230;]<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2016/04/08/reducing-virtualbox-cpu-usage-on-windows-7-guest-operating-system/"     class="wherego_title">Reducing Virtualbox CPU usage on Windows 7 guest operating&hellip;</a></li><li><a href="http://thomas.broxrost.com/2014/09/14/review-django-essentials/"     class="wherego_title">Review &#8211; &#8220;Django Essentials&#8221;</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></description>
				<content:encoded><![CDATA[<p>When running Windows 7 as a guest OS on Virtualbox 5.0.16, Virtualbox would after a short while run on maximum CPU load. Looking at the Windows Task Manager it turned out that <em>svchost.exe</em> was running at full speed, eating up a lot of memory as well. The solution was to go to the Services tab and stop <em>wuauserv</em> (the Windows Update server). This would immediately bring the load down on both the guest and the host (OS X 10.11.4) operating system.</p>
<p><img class="alignleft  wp-image-289" src="http://thomas.broxrost.com/wp-content/uploads/2016/04/Screen-Shot-2016-04-08-at-12.23.09.png" alt="Windows Task Manager, Services tab" width="443" height="484" /></p>
<p>&nbsp;</p>
<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2016/04/08/reducing-virtualbox-cpu-usage-on-windows-7-guest-operating-system/"     class="wherego_title">Reducing Virtualbox CPU usage on Windows 7 guest operating&hellip;</a></li><li><a href="http://thomas.broxrost.com/2014/09/14/review-django-essentials/"     class="wherego_title">Review &#8211; &#8220;Django Essentials&#8221;</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://thomas.broxrost.com/2016/04/08/reducing-virtualbox-cpu-usage-on-windows-7-guest-operating-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Review &#8211; &#8220;Django Essentials&#8221;</title>
		<link>http://thomas.broxrost.com/2014/09/14/review-django-essentials/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://thomas.broxrost.com/2014/09/14/review-django-essentials/#respond</comments>
		<pubDate>Sat, 13 Sep 2014 22:04:31 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Brox Røst]]></dc:creator>
				<category><![CDATA[Django]]></category>
		<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[book review]]></category>

		<guid isPermaLink="false">http://thomas.broxrost.com/?p=285</guid>
		<description><![CDATA[This is a review of “Django Essentials&#8221; from Packt Publishing, but first some background: Around 2007 I used to be fairly fluent in Django, this after having built a substantial Django web application from scratch. These were the days before Django 1.0. While all the necessary documentation was there, the framework had some rough edges [&#8230;]<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/"     class="wherego_title">On the sadness of nouns</a></li><li><a href="http://thomas.broxrost.com/resume/"     class="wherego_title">Resume</a></li><li><a href="http://thomas.broxrost.com/about/"     class="wherego_title">About</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></description>
				<content:encoded><![CDATA[<p>This is a review of <a href="https://www.packtpub.com/web-development/getting-started-django" target="_blank">“Django Essentials&#8221;</a> from <a href="https://www.packtpub.com/" target="_blank">Packt Publishing</a>, but first some background:</p>
<p>Around 2007 I used to be fairly fluent in <a href="https://www.djangoproject.com/" target="_blank">Django</a>, this after having built a substantial Django web application from scratch. These were the days before Django 1.0. While all the necessary documentation was there, the framework had some rough edges and peculiar design choices.</p>
<p>Still, Django made a lot of sense. I had previously dabbled with <a href="http://rubyonrails.org/" target="_blank">Ruby on Rails</a> but it never really clicked with me. Once I grew comfortable with the Django mindset I never looked back.</p>
<p>Time passes and I move on to other projects. I tried to keep track of what was happening in the world of Django, but lost interest around version 1.2. Fast forward to 2014, and I suddenly get the chance to develop with Django again. By keeping an ear on the tech grapevine I have a rough idea of the major innovations to Django since it dropped off my radar. Nonetheless, the devil is in the details and I dive into the Django documentation.</p>
<p>You can say a lot of good things about the <a href="https://docs.djangoproject.com" target="_blank">Django docs</a>. For starters, it is very comprehensive and quite well organized. Still, it is not a good choice for a learner or for someone who just need a quick refresher. The wealth of information is a good thing when you need a solution to a particular problem. It is not a good thing when you just want to figure out how it all the pieces fit together. There is the <a href="http://www.djangobook.com/" target="_blank">Django Book</a> as well but it is terribly outdated.</p>
<p>Luckily, the good folks at Packt Publishing were kind enough to offer me a review copy of the recently released <a href="https://www.packtpub.com/web-development/getting-started-django" target="_blank">“Django Essentials&#8221;</a> by <a href="https://www.packtpub.com/books/info/authors/samuel-dauzon" target="_blank">Samuel Dauzon</a> at just about this time.</p>
<p>Is is a nice, short read, kicking in at about 150 pages. If you skip implementing the code examples, it should not take you many hours to get through it. That being said, by working your way through the examples you will get a clear sense of how Django will let you make your web application come to life.</p>
<p>What I particularly like about this book is that it puts Django in its proper context. Best-practice tools and techniques such as <a href="http://nginx.org/" target="_blank">Nginx</a>, <a href="http://jquery.com/" target="_blank">jQuery</a>, <a href="http://en.wikipedia.org/wiki/Ajax_(programming)" target="_blank">AJAX</a>, <a href="http://www.postgresql.org/" target="_blank">PostgreSQL</a> and <a href="http://virtualenv.readthedocs.org/" target="_blank">virtualenv</a> are introduced, meaning that you will have an idea of how to make them work with your Django application.</p>
<p>All the major Django concepts are covered in a pedagogic manner. As an example, classic views are introduced first. Later on, class-based views are introduced, showing you how they can save you a lot of time—while reminding you that classic views still are useful in certain situations. A nice touch is that <a href="http://south.aeracode.org/" target="_blank">South</a>, the (soon to be deprecated) Django data migration tool, is introduced before you write your first Model class.</p>
<p>The book is well written and nicely laid out. One minor annoyance is that some of the code examples could have been better formatted. Another nitpick is the UserProfile model example in the models chapter. For the novice Django developer it should be pointed out right away that the secure choice is to always use the builtin User class rather than trying to roll your own. Fortunately this is explained later in the book.</p>
<p>Given that the book spends a bit of time on the recommended ecosystem around Django, it would have been nice to see mentions of other tools such as <a href="http://getbootstrap.com/" target="_blank">Bootstrap</a> and the various third-party amendments to Django which makes it a lot more powerful. Still, the brevity of this book is one of its strengths.</p>
<p>All in all, <a href="https://www.packtpub.com/web-development/getting-started-django" target="_blank">“Django Essentials&#8221;</a> is a great read and comes highly recommended if you know a little bit of Python and want to level up to web application development.</p>
<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/"     class="wherego_title">On the sadness of nouns</a></li><li><a href="http://thomas.broxrost.com/resume/"     class="wherego_title">Resume</a></li><li><a href="http://thomas.broxrost.com/about/"     class="wherego_title">About</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://thomas.broxrost.com/2014/09/14/review-django-essentials/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>AWS cuts data transfer rates: Pricing comparison update</title>
		<link>http://thomas.broxrost.com/2010/02/02/aws-cuts-data-transfer-rates-pricing-comparison-update/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://thomas.broxrost.com/2010/02/02/aws-cuts-data-transfer-rates-pricing-comparison-update/#respond</comments>
		<pubDate>Tue, 02 Feb 2010 13:44:16 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Brox Røst]]></dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[EC2]]></category>

		<guid isPermaLink="false">http://thomas.broxrost.com/?p=280</guid>
		<description><![CDATA[AWS just cut their outbound data transfer rates from $0.17 to $0.15 per GB/month up until 10TB. I have updated my previous comparison between Go Daddy and AWS with the latest numbers.<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2008/04/20/django-on-google-app-engine-templates-and-static-files/"     class="wherego_title">Django on Google App Engine: Templates and static files</a></li><li><a href="http://thomas.broxrost.com/resume/"     class="wherego_title">Resume</a></li><li><a href="http://thomas.broxrost.com/2009/04/06/when-endnote-x2-fails/"     class="wherego_title">When EndNote X2 fails</a></li><li><a href="http://thomas.broxrost.com/publications/"     class="wherego_title">Publications</a></li><li><a href="http://thomas.broxrost.com/about/"     class="wherego_title">About</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></description>
				<content:encoded><![CDATA[<p>AWS just cut their outbound data transfer rates from <a href="http://aws.amazon.com/about-aws/whats-new/2010/02/01/aws-announces-lower-pricing-for-outbound-data-transfer/">$0.17 to $0.15 per GB/month up until 10TB</a>. I have updated my <a href="http://thomas.broxrost.com/2009/08/28/updated-awsgo-daddy-dedicated-server-cost-comparison/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">previous comparison between Go Daddy and AWS</a> with the latest numbers.</p>
<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2008/04/20/django-on-google-app-engine-templates-and-static-files/"     class="wherego_title">Django on Google App Engine: Templates and static files</a></li><li><a href="http://thomas.broxrost.com/resume/"     class="wherego_title">Resume</a></li><li><a href="http://thomas.broxrost.com/2009/04/06/when-endnote-x2-fails/"     class="wherego_title">When EndNote X2 fails</a></li><li><a href="http://thomas.broxrost.com/publications/"     class="wherego_title">Publications</a></li><li><a href="http://thomas.broxrost.com/about/"     class="wherego_title">About</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://thomas.broxrost.com/2010/02/02/aws-cuts-data-transfer-rates-pricing-comparison-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updated AWS/Go Daddy dedicated server cost comparison</title>
		<link>http://thomas.broxrost.com/2009/08/28/updated-awsgo-daddy-dedicated-server-cost-comparison/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://thomas.broxrost.com/2009/08/28/updated-awsgo-daddy-dedicated-server-cost-comparison/#comments</comments>
		<pubDate>Fri, 28 Aug 2009 00:06:34 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Brox Røst]]></dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[EC2]]></category>

		<guid isPermaLink="false">http://thomas.broxrost.com/?p=260</guid>
		<description><![CDATA[UPDATE 1: Corrected the bandwidth calculation in the formulas for AWS. UPDATE 2: Added new data for the February 2010 AWS data transfer price reduction. In a previous posting I did a cost comparison of a reserved Amazon Web Services EC2 instance and a comparable dedicated server from Go Daddy. Amazon recently announced a set [&#8230;]<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2009/08/28/updated-awsgo-daddy-dedicated-server-cost-comparison/"     class="wherego_title">Updated AWS/Go Daddy dedicated server cost comparison</a></li><li><a href="http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/"     class="wherego_title">Django on Google App Engine in 13 simple steps</a></li><li><a href="http://thomas.broxrost.com/2008/04/20/django-on-google-app-engine-templates-and-static-files/"     class="wherego_title">Django on Google App Engine: Templates and static files</a></li><li><a href="http://thomas.broxrost.com/2008/08/21/persistent-django-on-amazon-ec2-and-ebs-the-easy-way/"     class="wherego_title">Persistent Django on Amazon EC2 and EBS &#8211; The easy way</a></li><li><a href="http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/"     class="wherego_title">On the sadness of nouns</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></description>
				<content:encoded><![CDATA[<p><b>UPDATE 1: Corrected the bandwidth calculation in the formulas for AWS.</b></p>
<p><b>UPDATE 2: Added new data for the February 2010 AWS data transfer price reduction.</b></p>
<p>In a <a href="http://thomas.broxrost.com/2009/03/12/why-amazon-web-services-just-became-a-competitive-web-hosting-provider/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">previous posting</a> I did a cost comparison of a reserved <a href="http://aws.amazon.com/">Amazon Web Services</a> EC2 instance and a comparable dedicated server from <a href="http://www.godaddy.com/">Go Daddy</a>. Amazon recently announced a set of <a href="http://aws.amazon.com/about-aws/whats-new/2009/08/20/New-Lower-Prices-for-Amazon-EC2-Reserved-Instances/">price cuts for reserved instances</a>, so an updated comparison is in order.</p>
<p>The server configurations I&#8217;m comparing are the same as last time:</p>
<table  class=" table table-hover" border="0">
<tr>
<th width="220"></th>
<th style="text-align: left">Go Daddy</th>
<th style="text-align: left">AWS</th>
<th style="text-align: left">AWS (new)</th>
</tr>
<tr style="vertical-align: top">
<td width="220"><i>Processor</i></td>
<td>Core 2 Duo 2.66 GHz</td>
<td>4 EC2 Compute Units (2 virtual cores with 2 EC2 Compute Units each) [1 unit equals a 1.0-1.2 GHz 2007 Opteron or 2007 Xeon processor]</td>
<td>4 EC2 Compute Units (2 virtual cores with 2 EC2 Compute Units each) [1 unit equals a 1.0-1.2 GHz 2007 Opteron or 2007 Xeon processor]</td>
</tr>
<tr style="vertical-align: top">
<td width="220"><i>Hard Drive(s)</i></td>
<td>Dual 300GB drives</td>
<td>850GB of instance storage</td>
<td>850GB of instance storage</td>
</tr>
<tr style="vertical-align: top">
<td width="220"><i>Memory</i></td>
<td>3.2GB</td>
<td>7.5GB</td>
<td>7.5GB</td>
</tr>
<tr style="vertical-align: top">
<td width="220"><i>1-year plan, w/o bandwidth</i></td>
<td><b>$2,483.46</b></td>
<td><b>$2,351.20</b></td>
<td><b>$1,962.40</b></td>
</tr>
<tr style="vertical-align: top">
<td width="220"><i>3-year plan, w/o bandwidth</i></td>
<td><b>$6,622.56</b></td>
<td><b>$5,153.60</b></td>
<td><b>$4,557.20</b></td>
</tr>
</table>
<p>
I have added an extra column for the new EC2 reserved instance pricing scheme. Notably, the prices for the Go Daddy options haven&#8217;t changed in the last six months. For the 1- and 3-year AWS plans, the total costs have dropped by $390 (17%) and $600 (12%), bandwidth excluded.</p>
<p>(For the full discussion, refer to the <a href="http://thomas.broxrost.com/2009/03/12/why-amazon-web-services-just-became-a-competitive-web-hosting-provider/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">previous posting</a>.)</p>
<p>When including bandwidth use, the updated table looks as follows:</p>
<table  class=" table table-hover" border="0">
<tr style="vertical-align: top">
<th style="padding-right: 10px"></th>
<th style="padding-right: 10px">1GB/mth</th>
<th style="padding-right: 10px">20GB/mth</th>
<th style="padding-right: 10px">100GB/mth</th>
<th style="padding-right: 10px">400GB/mth</th>
<th style="padding-right: 10px">800GB/mth</th>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>Go Daddy, 1-year plan</i></td>
<td>$2,483.46</td>
<td>$2,483.46</td>
<td>$2,483.46</td>
<td>$2,483.46</td>
<td>$2,723.34</td>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>AWS, 1-year plan</i></td>
<td>$2,353.24</td>
<td>$2,392.00</td>
<td>$2,555.20</td>
<td>$3,167.20</td>
<td>$3,983.20</td>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>AWS, 1-year plan (Aug 2009)</i></td>
<td>$1,963.24</td>
<td>$2,002.00</td>
<td>$2,165.20</td>
<td>$2,777.20</td>
<td>$3,593.20</td>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>AWS, 1-year plan (Feb 2010)</i></td>
<td>$1,963.00</td>
<td>$1,997.20</td>
<td>$2,141.20</td>
<td>$2,681.20</td>
<td>$3,401.20</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>Go Daddy, 3-year plan</i></td>
<td>$6,622.56</td>
<td>$6,622.56</td>
<td>$6,622.56</td>
<td>$6,622.56</td>
<td>$7,342.20</td>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>AWS, 3-year plan</i></td>
<td>$5,159.72</td>
<td>$5,276.00</td>
<td>$5,765.60</td>
<td>$7,601.60</td>
<td>$10,049.60</td>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>AWS, 3-year plan (Aug 2009)</i></td>
<td>$4,559.72</td>
<td>$4,676.00</td>
<td>$5,165.60</td>
<td>$7,001.60</td>
<td>$9,449.60</td>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>AWS, 3-year plan (Feb 2010)</i></td>
<td>$4,559.00</td>
<td>$4,661.60</td>
<td>$5,093.60</td>
<td>$6,713.60</td>
<td>$8,873.60</td>
</tr>
</table>
<p></p>
<p><img src="http://thomas.broxrost.com/wp-content/uploads/2009/08/new_comparison_chart.jpg" alt="Updated comparison between AWS and Go Daddy pricing plans" title="Updated comparison between AWS and Go Daddy pricing plans" width="530" height="294" class="alignnone size-full wp-image-186" /></p>
<p>With the old pricing, the AWS option was preferable unless bandwidth exceeded 100GB per month (for the 1-year plan) or 250GB per month (for the 3-year plan). After the August 2009 price cuts, AWS became an even more competitive option, although one that still falls behind for high bandwidth scenarios.</p>
<p>In February 2010, the price for outgoing data traffic dropped from $0.17 to $0.15. With the 3-year plan, AWS now matches Go Daddy up until almost 400GB per month.</p>
<p><b>Addendum:</b> Some of the background data used in this posting:</p>
<ul>
<li>Go Daddy quotes from August 28, 2009</li>
<li>Go Daddy 3-year plan cost: 2-year plan quote * 1.5</li>
<li>AWS 1-year plan cost (< Aug 2009): $1,300 + (24 * 365 * 1 * $0.12) + (GB/mth * $0.17 * 12)</li>
<li>AWS 1-year plan cost (Aug 2009): $910 + (24 * 365 * 1 * $0.12) + (GB/mth * $0.17 * 12)</li>
<li>AWS 1-year plan cost (Feb 2010): $910 + (24 * 365 * 1 * $0.12) + (GB/mth * $0.15 * 12)</li>
<li>AWS 3-year plan cost (< Aug 2009): $2,000 + (24 * 365 * 3 * $0.12) + (GB/mth * $0.17 * 36)</li>
<li>AWS 3-year plan cost (Aug 2009): $1,400 + (24 * 365 * 3 * $0.12) + (GB/mth * $0.17 * 36)</li>
<li>AWS 3-year plan cost (Feb 2010): $1,400 + (24 * 365 * 3 * $0.12) + (GB/mth * $0.15 * 36)</li>
<li><a href="http://aws.amazon.com/ec2/#pricing">EC2 pricing information</a></li>
<li><a href="http://www.godaddy.com/gdshop/hosting/dedicated.asp">Go Daddy dedicated server pricing information</a></li>
</ul>
<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2009/08/28/updated-awsgo-daddy-dedicated-server-cost-comparison/"     class="wherego_title">Updated AWS/Go Daddy dedicated server cost comparison</a></li><li><a href="http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/"     class="wherego_title">Django on Google App Engine in 13 simple steps</a></li><li><a href="http://thomas.broxrost.com/2008/04/20/django-on-google-app-engine-templates-and-static-files/"     class="wherego_title">Django on Google App Engine: Templates and static files</a></li><li><a href="http://thomas.broxrost.com/2008/08/21/persistent-django-on-amazon-ec2-and-ebs-the-easy-way/"     class="wherego_title">Persistent Django on Amazon EC2 and EBS &#8211; The easy way</a></li><li><a href="http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/"     class="wherego_title">On the sadness of nouns</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://thomas.broxrost.com/2009/08/28/updated-awsgo-daddy-dedicated-server-cost-comparison/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>How to compile SimpleParse 2.1.0a1 for Python 2.6 on Windows Vista</title>
		<link>http://thomas.broxrost.com/2009/06/01/how-to-compile-simpleparse-210a1-for-python-26-on-windows-vista/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://thomas.broxrost.com/2009/06/01/how-to-compile-simpleparse-210a1-for-python-26-on-windows-vista/#comments</comments>
		<pubDate>Mon, 01 Jun 2009 12:20:36 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Brox Røst]]></dc:creator>
				<category><![CDATA[Python]]></category>
		<category><![CDATA[SimpleParse]]></category>
		<category><![CDATA[cygwin]]></category>
		<category><![CDATA[parsing]]></category>
		<category><![CDATA[windows]]></category>

		<guid isPermaLink="false">http://thomas.broxrost.com/?p=235</guid>
		<description><![CDATA[SimpleParse is a fast Python single-pass parser generator that I use regularly. When I finally made the move onto Python 2.6 it turned out that there is no pre-compiled package for 2.6 on Windows. So, here is my procedure for compiling the source package on Windows Vista. 1. Install Cygwin if you don&#8217;t already have [&#8230;]<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/"     class="wherego_title">On the sadness of nouns</a></li><li><a href="http://thomas.broxrost.com/about/"     class="wherego_title">About</a></li><li><a href="http://thomas.broxrost.com/resume/"     class="wherego_title">Resume</a></li><li><a href="http://thomas.broxrost.com/2009/03/12/why-amazon-web-services-just-became-a-competitive-web-hosting-provider/"     class="wherego_title">Why Amazon Web Services just became a competitive web&hellip;</a></li><li><a href="http://thomas.broxrost.com/2008/08/21/persistent-django-on-amazon-ec2-and-ebs-the-easy-way/"     class="wherego_title">Persistent Django on Amazon EC2 and EBS &#8211; The easy way</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></description>
				<content:encoded><![CDATA[<p><a href="http://simpleparse.sourceforge.net/">SimpleParse</a> is a fast Python single-pass parser generator that I use regularly. When I finally made the move onto <a href="http://www.python.org/download/releases/2.6/">Python 2.6</a> it turned out that there is no pre-compiled package for 2.6 on Windows. So, here is my procedure for compiling the source package on Windows Vista.</p>
<p>1. Install <a href="http://www.cygwin.com/">Cygwin</a> if you don&#8217;t already have it on your system, and make sure that the version of Python you are installing SimpleParse for is on either the system or the Cygwin path.</p>
<p>2. Download and install <a href="http://www.microsoft.com/express/download/">Microsoft Visual C++ 2008 Express Edition</a>. You should ensure that you have the latest Vista service packs installed before attempting this. If the installer quits on you then just reboot the computer and try again. Without this installed, you wil get an &#8216;Unable to find vcvarsall.bat&#8217; error.</p>
<p>3. Download and unpack the <a href="http://sourceforge.net/project/showfiles.php?group_id=55673&#038;package_id=50682&#038;release_id=394687">SimpleParse 2.1.0a1 source</a>. Using the Cygwin shell, place yourself in the root source directory.</p>
<p>4. If we try to run <code>python setup.py install</code> at this point, the Visual C++ compiler will complain:</p>
<pre class="brush: python">
stt/TextTools/mxTextTools/mxTextTools.c(149) : error C2133:
&#039;mxTextSearch_Methods&#039; : unknown size
stt/TextTools/mxTextTools/mxTextTools.c(920) : error C2133:
&#039;mxCharSet_Methods&#039;: unknown size
stt/TextTools/mxTextTools/mxTextTools.c(2103) : error C2133:
&#039;mxTagTable_Methods&#039; : unknown size
error: command &#039;&amp;amp;amp;quot;C:\Program Files\Microsoft Visual Studio 9.0\VC\BIN\cl.exe&amp;amp;amp;quot;&#039;
failed with exit status 2
</pre>
<p>We have to add the following lines to <code>stt/TextTools/mxTextTools/mxTextTools.c</code>, starting at line 148 (before <code>staticforward</code> is used for the first time):</p>
<pre class="brush: cpp">
#ifdef _MSC_VER
#define staticforward extern
#endif
</pre>
<p>5. <code>with</code> is a Python 2.6 keyword, meaning it can&#8217;t be used as a variable, as is the case in the SimpleParse source code. So, we have to replace it with something else:</p>
<pre class="brush: python">
$ sed -r &#039;s/with/with_t/g&#039; &amp;amp;amp;lt; stt/TextTools/TextTools.py &amp;amp;amp;gt; tmp.txt
$ cp tmp.txt stt/TextTools/TextTools.py
</pre>
<p>6. Finally, run <code>python setup.py install</code> as usual.</p>
<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/"     class="wherego_title">On the sadness of nouns</a></li><li><a href="http://thomas.broxrost.com/about/"     class="wherego_title">About</a></li><li><a href="http://thomas.broxrost.com/resume/"     class="wherego_title">Resume</a></li><li><a href="http://thomas.broxrost.com/2009/03/12/why-amazon-web-services-just-became-a-competitive-web-hosting-provider/"     class="wherego_title">Why Amazon Web Services just became a competitive web&hellip;</a></li><li><a href="http://thomas.broxrost.com/2008/08/21/persistent-django-on-amazon-ec2-and-ebs-the-easy-way/"     class="wherego_title">Persistent Django on Amazon EC2 and EBS &#8211; The easy way</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://thomas.broxrost.com/2009/06/01/how-to-compile-simpleparse-210a1-for-python-26-on-windows-vista/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>On the sadness of nouns</title>
		<link>http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/#respond</comments>
		<pubDate>Wed, 27 May 2009 12:25:37 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Brox Røst]]></dc:creator>
				<category><![CDATA[Literature]]></category>
		<category><![CDATA[Writing]]></category>

		<guid isPermaLink="false">http://thomas.broxrost.com/?p=212</guid>
		<description><![CDATA[&#8220;Writing, Jen thought, seemed like a very sad pursuit. Like painting, but worse. At least paintings had color. Writing, though, was just black marks on paper, standing in for people and objects and events that could never be seen or felt. It seemed pathetic in a way. Nouns were the saddest words of all, trying [&#8230;]<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/publications/"     class="wherego_title">Publications</a></li><li><a href="http://thomas.broxrost.com/2010/02/02/aws-cuts-data-transfer-rates-pricing-comparison-update/"     class="wherego_title">AWS cuts data transfer rates: Pricing comparison update</a></li><li><a href="http://thomas.broxrost.com/2009/06/01/how-to-compile-simpleparse-210a1-for-python-26-on-windows-vista/"     class="wherego_title">How to compile SimpleParse 2.1.0a1 for Python 2.6 on Windows&hellip;</a></li><li><a href="http://thomas.broxrost.com/resume/"     class="wherego_title">Resume</a></li><li><a href="http://thomas.broxrost.com/2008/06/15/porting-legacy-databases-to-google-app-engine/"     class="wherego_title">Porting legacy databases to Google App Engine</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></description>
				<content:encoded><![CDATA[<blockquote><p>&#8220;Writing, Jen thought, seemed like a very sad pursuit. Like painting, but worse. At least paintings had color. Writing, though, was just black marks on paper, standing in for people and objects and events that could never be seen or felt. It seemed pathetic in a way. Nouns were the saddest words of all, trying so hard to summon real objects to life.&#8221;</p></blockquote>
<p>Jon Raymond, &#8220;Words and Things&#8221; (<a href="http://www.amazon.com/Livability-Stories-Jon-Raymond/dp/1596916559/">Livability</a>)</p>
<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/publications/"     class="wherego_title">Publications</a></li><li><a href="http://thomas.broxrost.com/2010/02/02/aws-cuts-data-transfer-rates-pricing-comparison-update/"     class="wherego_title">AWS cuts data transfer rates: Pricing comparison update</a></li><li><a href="http://thomas.broxrost.com/2009/06/01/how-to-compile-simpleparse-210a1-for-python-26-on-windows-vista/"     class="wherego_title">How to compile SimpleParse 2.1.0a1 for Python 2.6 on Windows&hellip;</a></li><li><a href="http://thomas.broxrost.com/resume/"     class="wherego_title">Resume</a></li><li><a href="http://thomas.broxrost.com/2008/06/15/porting-legacy-databases-to-google-app-engine/"     class="wherego_title">Porting legacy databases to Google App Engine</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>When EndNote X2 fails</title>
		<link>http://thomas.broxrost.com/2009/04/06/when-endnote-x2-fails/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://thomas.broxrost.com/2009/04/06/when-endnote-x2-fails/#comments</comments>
		<pubDate>Mon, 06 Apr 2009 21:43:26 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Brox Røst]]></dc:creator>
				<category><![CDATA[EndNote]]></category>
		<category><![CDATA[Microsoft Word]]></category>
		<category><![CDATA[Research]]></category>
		<category><![CDATA[Science]]></category>

		<guid isPermaLink="false">http://thomas.broxrost.com/?p=203</guid>
		<description><![CDATA[The connection between EndNote X2 and Microsoft Word 2007 seems to get corrupted on a regular basis on my Vista setup. Based on hours of web searching and trial and error, here is a short summary of ways of getting it working again. Use these when you get error messages such as &#8216;server threw an [&#8230;]<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2009/06/01/how-to-compile-simpleparse-210a1-for-python-26-on-windows-vista/"     class="wherego_title">How to compile SimpleParse 2.1.0a1 for Python 2.6 on Windows&hellip;</a></li><li><a href="http://thomas.broxrost.com/resume/"     class="wherego_title">Resume</a></li><li><a href="http://thomas.broxrost.com/2008/04/20/django-on-google-app-engine-templates-and-static-files/"     class="wherego_title">Django on Google App Engine: Templates and static files</a></li><li><a href="http://thomas.broxrost.com/2009/08/28/updated-awsgo-daddy-dedicated-server-cost-comparison/"     class="wherego_title">Updated AWS/Go Daddy dedicated server cost comparison</a></li><li><a href="http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/"     class="wherego_title">Django on Google App Engine in 13 simple steps</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></description>
				<content:encoded><![CDATA[<p>The connection between <a href="http://www.endnote.com/enx2info.asp">EndNote X2</a> and <a href="http://office.microsoft.com/en-us/word/default.aspx">Microsoft Word 2007</a> seems to get corrupted on a regular basis on my Vista setup. Based on hours of web searching and trial and error, here is a short summary of ways of getting it working again. Use these when you get error messages such as &#8216;server threw an exception&#8217;, &#8216;server execution failed&#8217;, and &#8216;invalid class string&#8217;.</p>
<p>In prioritized order:</p>
<ul>
<li>Run EndNote as an administrator (for Windows Vista).</li>
<li>Reset EndNote defaults (&#8220;Edit -> Preferences -> EndNote defaults&#8221;). This seems to work most of the time. Make sure to close Word first. After having reset EndNote, close it, and then try launching it from Word.</li>
<li>The library may be corrupted. Try running &#8220;Tools -> Recover Library&#8221;.</li>
<li>If all else fails, reinstall EndNote</li>
</ul>
<p>There are other possible problems, especially when upgrading from older versions, but these actions usually work for me.</p>
<p>(For Norwegian readers: If you are using the Norwegian version of EndNote, the error messages will be &#8216;ugyldig klassestreng&#8217; or &#8216;serverutføringen mislyktes&#8217;.)</p>
<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2009/06/01/how-to-compile-simpleparse-210a1-for-python-26-on-windows-vista/"     class="wherego_title">How to compile SimpleParse 2.1.0a1 for Python 2.6 on Windows&hellip;</a></li><li><a href="http://thomas.broxrost.com/resume/"     class="wherego_title">Resume</a></li><li><a href="http://thomas.broxrost.com/2008/04/20/django-on-google-app-engine-templates-and-static-files/"     class="wherego_title">Django on Google App Engine: Templates and static files</a></li><li><a href="http://thomas.broxrost.com/2009/08/28/updated-awsgo-daddy-dedicated-server-cost-comparison/"     class="wherego_title">Updated AWS/Go Daddy dedicated server cost comparison</a></li><li><a href="http://thomas.broxrost.com/2008/04/08/django-on-google-app-engine/"     class="wherego_title">Django on Google App Engine in 13 simple steps</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://thomas.broxrost.com/2009/04/06/when-endnote-x2-fails/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Why Amazon Web Services just became a competitive web hosting provider</title>
		<link>http://thomas.broxrost.com/2009/03/12/why-amazon-web-services-just-became-a-competitive-web-hosting-provider/#utm_source=feed&#038;utm_medium=feed&#038;utm_campaign=feed</link>
		<comments>http://thomas.broxrost.com/2009/03/12/why-amazon-web-services-just-became-a-competitive-web-hosting-provider/#comments</comments>
		<pubDate>Thu, 12 Mar 2009 20:31:57 +0000</pubDate>
		<dc:creator><![CDATA[Thomas Brox Røst]]></dc:creator>
				<category><![CDATA[AWS]]></category>
		<category><![CDATA[EC2]]></category>

		<guid isPermaLink="false">http://thomas.broxrost.com/?p=157</guid>
		<description><![CDATA[UPDATE 1: There is now an updated version of this posting. The new version incorporates the August 2009 AWS reserved instance pricing changes. UPDATE 2: Corrected the bandwidth calculation in the formulas for AWS. Amazon Web Services just announced a new reserved instances pricing plan. In short, this plan allows you to reserve EC2 instances [&#8230;]<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2009/04/06/when-endnote-x2-fails/"     class="wherego_title">When EndNote X2 fails</a></li><li><a href="http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/"     class="wherego_title">On the sadness of nouns</a></li><li><a href="http://thomas.broxrost.com/contact/"     class="wherego_title">Contact</a></li><li><a href="http://thomas.broxrost.com/publications/"     class="wherego_title">Publications</a></li><li><a href="http://thomas.broxrost.com/2010/02/02/aws-cuts-data-transfer-rates-pricing-comparison-update/"     class="wherego_title">AWS cuts data transfer rates: Pricing comparison update</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></description>
				<content:encoded><![CDATA[<p><b>UPDATE 1: There is now an <a href="http://thomas.broxrost.com/2009/08/28/updated-awsgo-daddy-dedicated-server-cost-comparison/#utm_source=feed&amp;utm_medium=feed&amp;utm_campaign=feed">updated version of this posting</a>. The new version incorporates the August 2009 AWS reserved instance pricing changes.</b></p>
<p><b>UPDATE 2: Corrected the bandwidth calculation in the formulas for AWS.</b></p>
<p><a href="http://aws.amazon.com/">Amazon Web Services</a> just announced a new <a href="http://aws.typepad.com/aws/2009/03/announcing-ec2-reserved-instances.html">reserved instances pricing plan</a>. In short, this plan allows you to reserve EC2 instances for a 1 to 3 year period by paying a one-time reservation fee. The hourly rate for reserved instances is considerably lower than for regular spot-market instances. For comparisons sake, a large standard on-demand instance will set you back $0.40 per hour, while the large standard reserved instance is only $0.12 per hour.</p>
<p>With the old pricing scheme, hosting a web service on AWS instead of on a dedicated server was not a very cost-competitive option, at least not for resource-intensive applications. For my web site, <a href="http://eventseer.net">Eventseer</a>, I require at least a large standard instance&mdash;at $0.40 per hour for 24/7 operation (bandwidth costs not included), this turned out way too expensive compared with offerings from traditional dedicated server providers.</p>
<p>To see if the new pricing scheme fares any better, I have compared the cost of an AWS EC2 reserved large instance with a similar dedicated server from <a href="http://www.godaddy.com/">Go Daddy</a>:</p>
<table  class=" table table-hover" border="0">
<tr>
<th width="220"></th>
<th style="text-align: left">Go Daddy</th>
<th style="text-align: left">AWS</th>
</tr>
<tr style="vertical-align: top">
<td width="220"><i>Processor</i></td>
<td>Core 2 Duo 2.66 GHz</td>
<td>4 EC2 Compute Units (2 virtual cores with 2 EC2 Compute Units each) [1 unit equals a 1.0-1.2 GHz 2007 Opteron or 2007 Xeon processor]</td>
</tr>
<tr style="vertical-align: top">
<td width="220"><i>Hard Drive(s)</i></td>
<td>Dual 300GB drives</td>
<td>850GB of instance storage</td>
</tr>
<tr style="vertical-align: top">
<td width="220"><i>Memory</i></td>
<td>3.2GB</td>
<td>7.5GB</td>
</tr>
<tr style="vertical-align: top">
<td width="220"><i>1-year plan, w/o bandwidth</i></td>
<td><b>$2,483.46</b></td>
<td><b>$2,351.20</b></td>
</tr>
<tr style="vertical-align: top">
<td width="220"><i>3-year plan, w/o bandwidth</i></td>
<td><b>$6,622.56</b></td>
<td><b>$5,153.60</b></td>
</tr>
</table>
<p>I&#8217;m not sure how the 4 EC2 compute units compete with a dedicated Core 2 Duo 2.66 GHz. This probably also depends on the nature of your application. Note that the AWS solution has twice the amount of memory. From what I can see, you can not get a Go Daddy dedicated server with more than 3.2GB of memory, while AWS offers up to 15GB on the extra large instances.</p>
<p>When disregarding bandwidth costs, AWS suddenly makes a lot of sense. As bandwidth use is highly application-dependent, let&#8217;s consider a few different bandwidth use scenarios:</p>
<table  class=" table table-hover" border="0">
<tr style="vertical-align: top">
<th style="padding-right: 10px"></th>
<th style="padding-right: 10px">1GB/mth</th>
<th style="padding-right: 10px">20GB/mth</th>
<th style="padding-right: 10px">100GB/mth</th>
<th style="padding-right: 10px">400GB/mth</th>
<th style="padding-right: 10px">800GB/mth</th>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>Go Daddy, 1-year plan</i></td>
<td>$2,483.46</td>
<td>$2,483.46</td>
<td>$2,483.46</td>
<td>$2,483.46</td>
<td>$2,723.34</td>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>AWS, 1-year plan</i></td>
<td>$2,353.24</td>
<td>$2,392.00</td>
<td>$2,555.20</td>
<td>$3,167.20</td>
<td>$3,983.20</td>
</tr>
<tr>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
<td>&nbsp;</td>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>Go Daddy, 3-year plan</i></td>
<td>$6,622.56</td>
<td>$6,622.56</td>
<td>$6,622.56</td>
<td>$6,622.56</td>
<td>$7,342.20</td>
</tr>
<tr style="vertical-align: top">
<td style="padding-right: 10px"><i>AWS, 3-year plan</i></td>
<td>$5,159.72</td>
<td>$5,276.00</td>
<td>$5,765.60</td>
<td>$7,601.60</td>
<td>$10,049.60</td>
</tr>
</table>
<p></p>
<p><img src="http://thomas.broxrost.com/wp-content/uploads/2009/06/plan_price_comparison.gif" alt="Comparison between AWS and Go Daddy pricing plans" title="Comparison between AWS and Go Daddy pricing plans" width="465" height="277" class="alignnone size-full wp-image-186" /></p>
<p><b>Conclusion:</b> With a 1-year plan, AWS is the cheapest option until you reach about 100GB of external bandwidth per month. With the 3-year plan, the AWS bandwidth cost isn&#8217;t a problem until about 250GB per month. (Bandwidth is &#8220;free&#8221; with Go Daddy dedicated servers up until 500GB per month; after that it&#8217;s an extra $19.99 per month until you reach 1,000GB).</p>
<p>Considering that the AWS solution gets you twice the amount of RAM, AWS suddenly seems a very viable option even for web service hosting&mdash;as long as you&#8217;re not expecting extreme<br />
amounts of traffic. However, once you get popular the outgoing data transfer pricing will take its toll.</p>
<p><b>Addendum:</b> Some of the background data used in this posting:</p>
<ul>
<li>Go Daddy quotes from March 12, 2009</li>
<li>Formula for Go Daddy 3-year plan cost: 2-year plan quote * 1.5</li>
<li>Formula for AWS 1-year plan cost: $1,300 + (24 * 365 * 1 * $0.12) + (GB/mth * $0.17 * 12)</li>
<li>Formula for AWS 3-year plan cost: $2,000 + (24 * 365 * 3 * $0.12) + (GB/mth * $0.17 * 36)</li>
<li><a href="http://aws.amazon.com/ec2/#pricing">EC2 pricing information</a></li>
<li><a href="http://www.godaddy.com/gdshop/hosting/dedicated.asp">Go Daddy dedicated server pricing information</a></li>
</ul>
<div class="wherego_related "><h3>Readers who viewed this page, also viewed:</h3><ul><li><a href="http://thomas.broxrost.com/2009/04/06/when-endnote-x2-fails/"     class="wherego_title">When EndNote X2 fails</a></li><li><a href="http://thomas.broxrost.com/2009/05/27/on-the-sadness-of-nouns/"     class="wherego_title">On the sadness of nouns</a></li><li><a href="http://thomas.broxrost.com/contact/"     class="wherego_title">Contact</a></li><li><a href="http://thomas.broxrost.com/publications/"     class="wherego_title">Publications</a></li><li><a href="http://thomas.broxrost.com/2010/02/02/aws-cuts-data-transfer-rates-pricing-comparison-update/"     class="wherego_title">AWS cuts data transfer rates: Pricing comparison update</a></li><li>Powered by <a href="https://ajaydsouza.com/wordpress/plugins/where-did-they-go-from-here/" rel="nofollow">Where did they go from here</a></li></ul></div>]]></content:encoded>
			<wfw:commentRss>http://thomas.broxrost.com/2009/03/12/why-amazon-web-services-just-became-a-competitive-web-hosting-provider/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
