This PR mitigates the risk of the SFTP service having its temporary storage filled up in two ways:
It uses the /data disk (which is much larger) for temporary storage
It expands the size of /data from 100GB to 1000GB
I believe this is EBS storage, and if I'm reading the table correctly it costs $1.00 for every 10GB of provisioned storage (which means this portion of the PR would represent around $90 per month) https://aws.amazon.com/ebs/pricing/
This PR mitigates the risk of the SFTP service having its temporary storage filled up in two ways:
/data
disk (which is much larger) for temporary storage/data
from 100GB to 1000GBI believe this is EBS storage, and if I'm reading the table correctly it costs $1.00 for every 10GB of provisioned storage (which means this portion of the PR would represent around $90 per month) https://aws.amazon.com/ebs/pricing/