This includes actions and utils to help maintain existing orbs-nodes.
Util to increase EBS size from 8GB to 16GB on aws and updates the linux Partition and FileSystem (without downtime)
polygon-utils increase-disk-size
This will:
- Change the disk size on aws from 8GB to 16GB
- Grow the partition of the disk to the correct new size
- Extend the file system to work with the full disk size
- tip - you can pass
--profile
to select a different aws profile to use (default is "default")
Util to clean up unnecessary files from the os by executing several shell commands
polygon-utils clean-disk
This will:
- Clean journals
- Clean snaps
- Clean apt-get
- Purge snapd
- tip - you can pass
--profile
to select a different aws profile to use (default is "default")