Oct. 11, 2020, midnight

How to Mount a Volume to an EC2 Instance

By : Eric A. Scuccimarra

/storage/blog_images/aws_smile-header-desktop-en-white_59x35.png

So that I can remember next time I need to do it :

  1. Attach the volume to the instance
  2. From the instance:
    1. lsblk
    2. mkdir /whatever
    3. mount /dev/xvdf /whatever/

Labels: ec2

There are no comments for this article.

Login or register to comment