Installing EC2 Tools

From KlavoWiki
Revision as of 03:32, 28 May 2009 by David (talk | contribs) (Created page with 'To install the EC2 tools simple copy the text below into your Linux CLI. <pre> yum -y install ruby rsync wget http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools.noarch.rpm rpm ...')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To install the EC2 tools simple copy the text below into your Linux CLI.

yum -y install ruby rsync
wget http://s3.amazonaws.com/ec2-downloads/ec2-ami-tools.noarch.rpm
rpm -i ec2-ami-tools.noarch.rpm
rm -f ec2-ami-tools.noarch.rpm

Your done. The tools are now installed. Have a look at Building_an_AMI on how to creat an image to work with EC2.