December 2011
1 post
AMI with EBS volume
select source AMI and launch Instance (AWS console->IMAGES->AMIs) create volume and attach to running Instance (AWS console->ELASTIC BLOCK STORE->Volumes) associate EIP and ssh login mkfs.ext3 /dev/sdf mkdir /mnt/ebs mount /dev/sdf /mnt/ebs rsync -a -d -p -x —exclude /root/.bash_history —exclude /etc/ssh/ssh_host_* —exclude /etc/ssh/moduli...
Dec 28th