Search code examples
amazon-ec2disk

How to check remaining space in storage device EC2


I've connected to amazon Ec2 instance through putty. How can I check the remaining space in instance?


Solution

  • After you login using putty, enter command:

    $ df -h
    

    df - Disk filesystem -h is human readable format