CouchDB on Ubuntu on AWS

September 30th, 2009

http://till.klampaeckel.de/blog/archives/55-CouchDB-on-Ubuntu-on-AWS.html


Here’s a little HowTo on how to setup CouchDB on an AWS EC2 instance. But outside of AWS (and EC2), this setup works on any other Ubuntu server, and I suppose Debian as well.

Tips for deploying a LAMP stack on Amazon EC2

September 30th, 2009

http://www.livingdigitally.net/2009/04/tips-for-deploying-a-lamp-stack-on-amazon-ec2.html

If you’re interested in using Amazon EC2 and other services to deploy a LAMP (Linux, Apache, MySQL, and PHP) stack, you will probably find this post invaluable. I spent about three full days migrating all my sites over from a physical dedicated server to an EC2 instance, and what follows are several things I learned during the process.

TurnKey Linux

September 29th, 2009

Turnkey Linux is an open source project that’s developing a family of free, Ubuntu-based software appliances which are optimized for ease of use in server-type usage scenarios and can be deployed in just a few minutes on bare metal, a virtual machine and in the cloud.

site blog feed twitter

Redis vs MySQL vs Tokyo Tyrant (on EC2)

September 29th, 2009

http://colinhowe.wordpress.com/2009/04/27/redis-vs-mysql/

So, the question I am trying to answer is “roughly how much performance can we gain from using Redis for storing simple data instead of MySQL?”. Then it is up to you to look at all the differences and decide whether it is worth pursuing a switch to Redis.

Note: I will be looking at other key-value stores in the near future :-)

Rightscale

September 29th, 2009

With the RightScale Cloud Management Platform, you can more easily deploy and manage business-critical applications on the cloud with new levels of automation, control, and portability. Whether you need a fast on-ramp to the cloud or support for complex deployments across multiple clouds, RightScale delivers.
Join the thousands of companies using RightScale to manage their applications on the cloud today.

site blog feed twitter opensource

Rightscale: EC2 Site Architecture Diagrams

September 29th, 2009

http://support.rightscale.com/12-Guides/EC2_Best_Practices/EC2_Site_Architecture_Diagrams

The following diagrams will show some of the common site architectures in the Cloud. Depending on your computer resource requirements and budget, RightScale provides you with the flexibility to create a custom architecture that provides the necessary performance and failover redundancy necessary to run your site in the Cloud. Several of the most common architectures are described below. Use one of the setups below as a model or easily customize a setup for your own purposes.

EC2 AMI CPU performance

September 29th, 2009

http://developer.amazonwebservices.com/connect/thread.jspa?threadID=36820

I’m using EC2 from 2 years, but only in these lastest months I notice that the small instances not are performant.I’m working to various project to use autoscalability, but every my trying give me not good results.For example start two small fedora8 Amazon bundled

ec2-consistent-snapshot: Creating Consistent EBS Snapshots with MySQL and XFS on EC2

September 29th, 2009

http://alestic.com/2009/09/ec2-consistent-snapshot

The name of the new program is ec2-consistent-snapshot.

Over the last year as I and my co-workers have been using this code in production systems, we identified a number of ways it could be improved. Or, put another way, some serious issues came up when the idealistic world view of the original simplistic script met the complexities which can and do arise in the brutal real world.

EC2Dream

September 29th, 2009

EC2Dream is the first Open Source Graphical System Administration tool for Amazon EC2 and Eucalyptus

site feed

A Scalable DNS scheme for Amazon’s EC2 Cloud

September 28th, 2009

http://www.vim-fu.com/better-dns-scheme-for-amazons-ec2-cloud/

One of the fundamental issues to deal with while building out my company’s cloud deployment was the need to assign our own hostnames to our instances. To accomplish this, we needed some sort of internal dns solution. One complication we encountered was that the instances where located in different EC2 regions (EU, US and soon, a possible second US region). Each Amazon region has it’s own private class A ip range, to which the instances are NAT’d, and public class B’s.