Sunday 11 October 2020 at 11:28

How to Mount a Volume to an EC2 Instance

By Eric Antoine Scuccimarra

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


Comments

Login or Register to leave a comment..


Archives