Extend Linux File System

SSH to the instance Verify the volume that has the problem with command: lsblk Changed the volume to 32 GB from the AWS console (chose 32 because it was sufficiently …

Delete MongoDB Log

Check which directories are using disk space sudo du -h –max-depth=1 Delete the Mongo Log sudo rm -rf /var/log/mongodb/mongod.log Check which processes have not released the file lock sudo lsof …