dimanche 11 octobre 2020 à 11:28
                
            How to Mount a Volume to an EC2 Instance
Par 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/ 
 
- 
		
Libellés: ec2