Category Archives: ec2

install ec2 API

enable multiverse: sudo vi /etc/apt/sources.list deb http://us.archive.ubuntu.com/ubuntu/ lucid multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ lucid multiverse deb http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse deb-src http://us.archive.ubuntu.com/ubuntu/ lucid-updates multiverse sudo apt-get install ec2-api-tools Generate and download AWS X.509 Certificate from AWS console vi .bashrc to add EC2 settings export EC2_PRIVATE_KEY=$HOME/.ssh/pk-dna.pem … Continue reading

Posted in ec2 | Leave a comment