Channy Yun
Amazon Web Services
(c) Ryan Shetteland, What's AWS?
ssh -i channy.pem ec2-user@54.179.188.138
$ ls -al /dev/xvd*
$ sudo mkfs.ext4 /dev/xvdf
$ sudo mkdir /files
$ sudo mount /dev/xvdf /files
$ sudo /sbin/chkconfig --add httpd
$ sudo /sbin/chkconfig httpd on
...
$ /etc/sysconfig/iptables stop