- 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
- export EC2_CERT=$HOME/.ssh/cert-dna.pem
- http://blog.bottomlessinc.com/2010/12/installing-the-amazon-ec2-command-line-tools-to-launch-persistent-instances/
No comments:
Post a Comment