Page MenuHomePhabricator

[terraform] make aws rds instance class configurable for self-hosting
ClosedPublic

Authored by will on Jul 8 2024, 5:34 AM.
Tags
None
Referenced Files
F2639363: D12688.diff
Sun, Sep 8, 9:41 PM
F2638212: D12688.id42441.diff
Sun, Sep 8, 4:14 PM
F2638211: D12688.id42104.diff
Sun, Sep 8, 4:14 PM
F2638202: D12688.id.diff
Sun, Sep 8, 4:14 PM
F2638199: D12688.diff
Sun, Sep 8, 4:14 PM
Unknown Object (File)
Sat, Sep 7, 6:12 AM
Unknown Object (File)
Wed, Sep 4, 11:23 PM
Unknown Object (File)
Wed, Sep 4, 11:58 AM
Subscribers

Details

Summary

This makes the rds instance size configurable. We decided that db.m6g.large was likely too large and expensive for a default setup.

Unless specified, this makes db.t4g.medium the default.

Depends on D12687

Test Plan

terraform apply. RDS instance works with keyserver as before

Diff Detail

Repository
rCOMM Comm
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

will requested review of this revision.Jul 8 2024, 5:50 AM
This revision is now accepted and ready to land.Jul 10 2024, 11:56 PM

If you could remind me to make sure I set db.m6g.large when we set up my keyserver, that would be great!

If you could remind me to make sure I set db.m6g.large when we set up my keyserver, that would be great!

Will include as part of instructions