<?xml version="1.0" encoding="utf-8"?>
<feed xml:lang="en-us" xmlns="http://www.w3.org/2005/Atom"><title>Simon Willison's Weblog: ami</title><link href="http://simonwillison.net/" rel="alternate"/><link href="http://simonwillison.net/tags/ami.atom" rel="self"/><id>http://simonwillison.net/</id><updated>2009-11-01T12:12:24+00:00</updated><author><name>Simon Willison</name></author><entry><title>4store Amazon Machine Image</title><link href="https://simonwillison.net/2009/Nov/1/4store/#atom-tag" rel="alternate"/><published>2009-11-01T12:12:24+00:00</published><updated>2009-11-01T12:12:24+00:00</updated><id>https://simonwillison.net/2009/Nov/1/4store/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://thinklinks.wordpress.com/2009/10/27/4store-amazon-machine-image-and-billion-triple-challenge-data-set/"&gt;4store Amazon Machine Image&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Instructions for firing up an EC2 AMI running the recently released 4store high performance triple store and loading in 1.14 billion statements collected by crawling the semantic web.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/4store"&gt;4store&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ami"&gt;ami&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ec2"&gt;ec2&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/semanticweb"&gt;semanticweb&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/semweb"&gt;semweb&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/triplestore"&gt;triplestore&lt;/a&gt;&lt;/p&gt;



</summary><category term="4store"/><category term="ami"/><category term="ec2"/><category term="semanticweb"/><category term="semweb"/><category term="triplestore"/></entry><entry><title>Memcached 1.4.0 released</title><link href="https://simonwillison.net/2009/Jul/17/memcached/#atom-tag" rel="alternate"/><published>2009-07-17T22:26:48+00:00</published><updated>2009-07-17T22:26:48+00:00</updated><id>https://simonwillison.net/2009/Jul/17/memcached/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://dustin.github.com/2009/07/16/memcached-1.4.html"&gt;Memcached 1.4.0 released&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
The big new feature is the (optional) binary protocol, which enables other features such as CAS-everywhere and efficient client-side replication. Maintainer Dustin Sallings has also released some useful sounding EC2 instances which automatically assign nearly all of their RAM to memcached on launch and shouldn’t need any further configuration.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/ami"&gt;ami&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/binary"&gt;binary&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/caching"&gt;caching&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/cas"&gt;cas&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/dustin-sallings"&gt;dustin-sallings&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ec2"&gt;ec2&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/memcached"&gt;memcached&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/performance"&gt;performance&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/scaling"&gt;scaling&lt;/a&gt;&lt;/p&gt;



</summary><category term="ami"/><category term="binary"/><category term="caching"/><category term="cas"/><category term="dustin-sallings"/><category term="ec2"/><category term="memcached"/><category term="performance"/><category term="scaling"/></entry><entry><title>EC2: Creating an Image</title><link href="https://simonwillison.net/2009/May/19/image/#atom-tag" rel="alternate"/><published>2009-05-19T19:50:55+00:00</published><updated>2009-05-19T19:50:55+00:00</updated><id>https://simonwillison.net/2009/May/19/image/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://docs.amazonwebservices.com/AmazonEC2/gsg/2006-10-01/creating-an-image.html"&gt;EC2: Creating an Image&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Here’s the easier way of creating your own AMI: start with a running instance in EC2, then customise it to fit your purposes and create a new bundle (and then AMI) using the ec2-bundle-vol command.


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/amazon"&gt;amazon&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ami"&gt;ami&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/cloud-computing"&gt;cloud-computing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ec2"&gt;ec2&lt;/a&gt;&lt;/p&gt;



</summary><category term="amazon"/><category term="ami"/><category term="cloud-computing"/><category term="ec2"/></entry><entry><title>HOWTO Building a self-bundling Debian AMI</title><link href="https://simonwillison.net/2009/May/19/ami/#atom-tag" rel="alternate"/><published>2009-05-19T19:49:22+00:00</published><updated>2009-05-19T19:49:22+00:00</updated><id>https://simonwillison.net/2009/May/19/ami/#atom-tag</id><summary type="html">
    
&lt;p&gt;&lt;strong&gt;&lt;a href="http://developer.amazonwebservices.com/connect/thread.jspa?messageID=67819"&gt;HOWTO Building a self-bundling Debian AMI&lt;/a&gt;&lt;/strong&gt;&lt;/p&gt;
Not as terrifying as you would have thought. Also contains some neat hints as to how some of the more magical parts of EC2 work (like the way your SSH public key automatically ends up in /root/.ssh/authorized_keys).


    &lt;p&gt;Tags: &lt;a href="https://simonwillison.net/tags/amazon"&gt;amazon&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ami"&gt;ami&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/cloud-computing"&gt;cloud-computing&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/debian"&gt;debian&lt;/a&gt;, &lt;a href="https://simonwillison.net/tags/ec2"&gt;ec2&lt;/a&gt;&lt;/p&gt;



</summary><category term="amazon"/><category term="ami"/><category term="cloud-computing"/><category term="debian"/><category term="ec2"/></entry></feed>