NorthScale has produced a set of Amazon EC2 Machine Images (AMI's) for all to use.
AMI ID | Instance size | Memcached version | With | Manifest |
---|---|---|---|---|
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 |
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 |
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 memcached.org, 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'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.