PermanentOrg / infrastructure

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

Double capacity of api instance #137

Closed slifty closed 1 year ago

slifty commented 1 year ago

This PR is another attempt to increase the size of the api server (from large to xlarge).

Note that we had attempted to move to the c7g.xlarge in a previous commit but unfortunately that uses a different chip architecture (ARM).

I noticed that taskrunner uses c.xlarge but that is essentially the same price as the m4.xlarge except with half the RAM, so it did not seem like a good choice.

slifty commented 1 year ago

@cecilia-donnelly I didn't touch it in this PR since it's unrelated, but wanted to point out that staging and dev have a smaller image than prod for the taskrunner machine.

kfogel commented 1 year ago

Just for continuity of historical context: the previous attempt was now-closed PR #135.