Tag Archives: EC2

AttributeError: CHECKSUM_VALUE Error with Rightscale Centos AMI Creation Script

Rightscale created a great script to build an AMI from scratch – see http://blog.rightscale.com/2007/09/26/rightimages-changelog/ I got this error when trying to build the image from YUM. AttributeError: CHECKSUM_VALUE rightscale This worked for me; rpm -qa | grep yum-metadata-parser rpm -ev –nodeps … Continue reading

Posted in Amazon EC2 | Tagged , | Leave a comment

How To Create a Centos 5.2 EC2 Amazon Machine Image – AMI

Create the disk image dd if=/dev/zero of=my-image.fs bs=1M count=1024 Create root file system inside file mke2fs -F -j my-image.fs Mount it mkdir /mnt/ec2-fs mount -o loop my-image.fs /mnt/ec2-fs Create /dev mkdir /mnt/ec2-fs/dev Populate /dev with a minimal set of devices … Continue reading

Posted in Amazon EC2, Centos 5.2 | Tagged , , , | 5 Comments

How To Install EC2 Automatic Scaling App Scalr on Centos 5.2

Scalr is a fully redundant, self-curing and self-scaling hosting environment utilizing Amazon’s EC2. It allows you to create server farms through a web-based interface using prebuilt AMI’s for load balancers (pound or nginx), app servers (apache, others), databases (mysql master-slave, … Continue reading

Posted in Amazon EC2, Centos 5.2 | Tagged , , | 1 Comment

How to Setup Amazon EC2 AMI Tools on Vista

Download the zip package – http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools.zip Unzip it and put it in C:\ec2 Set your environment variables, there are 2 ways to do this.  1. Control Panel – System – Advanced System Settings – Environment Variables – User Variables 2. … Continue reading

Posted in Amazon EC2 | Tagged , , | Leave a comment