Sonntag 11 Oktober 2020 um 11:28
How to Mount a Volume to an EC2 Instance
Von Eric Antoine ScuccimarraSo that I can remember next time I need to do it :
- Attach the volume to the instance
- From the instance:
-
lsblk
-
mkdir /whatever
-
mount /dev/xvdf /whatever/
-
Etiketten: ec2