You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Attach it to the EC2 instance you want to access it from.
Check that the drive is there by running
[ec2-user ~]$ lsblk
Format the clean EBS volume to be a filesystem. WARNING: Don't do this for a drive with data on it as you'll wipe it! For example, if your volume is attached as device /dev/xvdf:
[ec2-user ~]$ sudo file -s /dev/xvdf
Once the filesystem is built, make a target for mounting: