Common useful Linux commands
Install software for Ubuntu
apt-get install ec2-api-tools
Install software for CentOS
yum install curl wget ruby
rsync to Amazon EC2 Linux server
rsync -avr DirOrFile -e “ssh -i key.pem” username@server:destinationDir
Common useful Linux commands
Install software for Ubuntu
apt-get install ec2-api-tools
Install software for CentOS
yum install curl wget ruby
rsync to Amazon EC2 Linux server
rsync -avr DirOrFile -e “ssh -i key.pem” username@server:destinationDir