PermanentOrg / infrastructure

The infrastructure management for Permanent.org
GNU Affero General Public License v3.0
5 stars 4 forks source link

Update SFTP temporary storage #123

Closed slifty closed 1 year ago

slifty commented 1 year ago

This PR mitigates the risk of the SFTP service having its temporary storage filled up in two ways:

  1. It uses the /data disk (which is much larger) for temporary storage
  2. 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/

kfogel commented 1 year ago

Closing in favor of PR #126 and PR #127, which just splits this PR into two separate parts.