Advert
Mount EBS Volume on EC2
To mount a Elastic Block Store to your EC2 Instance open up your AWS Console at https://console.aws.amazon.com
Click on “Volumes” and right click on an available Volume. Then attach this to the instance you want to use. It will ask you for a device name, you are prob using Linux so choose one you aren’t using from /dev/sdf through to /dev/sdp (we are going to use /dev/sdf for the rest of this article)
It will now attach itself to the Instance, however we can’t access it yet.
Boot up your favourite SSH client, Putty in our case, and log in as root. When you get to bash type the following, replacing /mnt/name with where you want to access your drive:
mount /dev/sdf /mnt/name
-
http://www.facebook.com/shahidmau Mohammad Shahid
