Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 376 Bytes

attach-EBS.MD

File metadata and controls

22 lines (14 loc) · 376 Bytes

Attach EBS volumes to running EC2 instance

NOTE:

  • EBS volume should be in same AZ where you instance is running.

Steps

By default you cant see the volume in Linux server, we need to do some configuration.

  • You can check the volume available or not using below command.
lsblk
  • Create filesystem from volume.
sudo mkfs -t xfs /dev/xvdf