Create a EC2 Volume for existing EC2 Machine
Open your Existing EC2 Machine Instance
Step 1: In Categories click volume and create a new volume of your preferred size and
type.
Successfully created volume name as "sneka"
Step 2: Select the created volume , right click and select "attach volume" option.
Step 3:Now login to EC2 instance and list the commands in terminal.
This command will list the disk attached to your instance.
Step 5:Format the volume to "ext4" filesystem using the command.
Step 6: Create a directory of your choice to mount our new ext4 volume . I am using a name "newvolume".
Step 8: cd into newvolume directory and check the disk space to validate the volume mount.
The above command should show the free space in the newvolume directory.














Comments
Post a Comment