By default, the /data partition on AWS nodes are 200GB. You can expand the size by Modifying the volume using standard AWS practices: https://docs.aws.amazon.com/AWSEC2/latest/WindowsGuide/requesting-ebs-volume-modifications.html#modify-ebs-volume
After resizing the instance partition in AWS, run the following commands to allow the WitFoo Precinct to use the new space:
sudo service superintendent stop ; sudo growpart /dev/nvme1n1 5 ; sudo resize2fs /dev/nvme1n1p5 ; sudo service superintendent start