Jump to content

memcached AMIs for EC2

NorthScale has produced a set of Amazon EC2 Machine Images (AMI’s) free for all to use.

Latest releases:

AMI ID Instance size Memcached version With Manifest
US-East: ami-ee03e187
EU-West: ami-2d123959
m1.small and m1.medium 1.4.4 community release on i386 none northscale/community-memcached-1.4.4-i386.manifest.xml
US-East: ami-e200e28b
EU-West: ami-2f12395b
m1.large, m1.xlarge and c1.large 1.4.4 community release on x86_64 none northscale/community-memcached-1.4.4-x86_64.manifest.xml
US-East: ami-bf4cadd6
EU-West: ami-6e98b01a
m1.small and m1.medium 1.4.0 community release on i386 extra tools northscale/community-memcached-1.4.0-with-tools-i386.manifest.xml
US-East: ami-bd4cadd4
EU-West: ami-6098b014
m1.large, m1.xlarge and c1.xlarge 1.4.0 community release on x86_64 extra tools northscale/community-memcached-1.4.0-with-tools-x86_64.manifest.xml

Older releases:

US-East: ami-3e977557
EU-West: ami-95301be1
m1.small and m1.medium 1.4.3 community release on i386 none northscale/community-memcached-1.4.3-i386.manifest.xml
US-East: ami-9c9775f5
EU-West: ami-91301be5
m1.large, m1.xlarge and c1.large 1.4.3 community release on x86_64 none northscale/community-memcached-1.4.3-x86_64.manifest.xml
US-East: ami-40f91a29
EU-West: ami-ee5b709a
m1.small and m1.medium 1.4.2 community release on i386 none northscale/community-memcached-1.4.2-i386.manifest.xml
US-East: ami-76f91a1f
EU-West: ami-ec5b7098
m1.large, m1.xlarge and c1.large 1.4.2 community release on x86_64 none northscale/community-memcached-1.4.2-x86_64.manifest.xml
US-East: ami-03db3b6a
EU-West: ami-b66348c2
m1.small and m1.medium 1.4.1 community release on i386 none northscale/community-memcached-1.4.1-i386.manifest.xml
US-East: ami-07db3b6e
EU-West: ami-b46348c0
m1.large, m1.xlarge and c1.large 1.4.1 community release on x86_64 none northscale/community-memcached-1.4.1-x86_64.manifest.xml
US-East: ami-39c52450
EU-West: ami-818ba3f5
m1.small and m1.medium 1.4.0 community release on i386 none northscale/community-memcached-1.4.0-i386.manifest.xml
US-East: ami-1fc52476
EU-West: ami-838ba3f7
m1.large, m1.xlarge and c1.xlarge 1.4.0 community release on x86_64 none northscale/community-memcached-1.4.0-x86_64.manifest.xml
screenshot

About:

There is no additional cost over that of running your own AMI. We would appreciate your feedback on the utility you receive from these AMIs. We have intentionally kept it simple, but if there is something you would like or need to be able to use these, please let us know.

To create these, we downloaded the latest stable release of memcached from the main memcached project, built and tested memcached, and then integrated its startup into the image. When the AMI boots, it will automatically use nearly all of its memory for memcached. The “with-tools” instances have some browser based tools which allow you observe what the memcached instance is doing.

In most cases, there is no reason to log into the image. Just launch it and point your client to port 11211 (either TCP or UDP). If you want to see the extra tools, make sure your security group allows you to get to port 80, and point your browser at the public DNS name for the instance. Do be cautious about your security group settings on EC2 for the memcached port, as memcached does not have an authentication mechanism.

See Matt Ingenthron’s post for more information on the “with tools” instances and Dustin Salling’s memcached 1.4.0 post for more information on the original AMIs.

E-mail us at feedback@northscale.com.